Html Css Color HEX #B628BF Dark Orchid

📋 copy color: '#B628BF'

red 182 ◦ green 40 ◦ blue 191

#B628BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B628BF

Tints of Dark Orchid #B628BF

RGB

 RED value IS 182 (71.48% from 255) = 44.07%

 GREEN value IS 40 (16.02% from 255) = 9.69%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 44.07%
G = 9.69%
B = 46.25%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B628BF (or 0xB628BF) is known color: Dark Orchid. HEX triplet: B6, 28 and BF. RGB value is (182,40,191). Sum of RGB (Red+Green+Blue) = 182+40+191=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B628BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628BF is #49D740. Grayscale: #636363. Windows color (decimal): -4839233 or 12527798. OLE color: 12527798.

HSL color Cylindrical-coordinate representation of color #B628BF: hue angle of 296.42º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B628BF is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 40 191 -
CMYK 0.05 0.79 0 0.25
HSL 296.42º 0.65% 0.45% -
HSV(B) 296.42º 0.79% 0.75% -
XYZ 29.45 15.22 50.68 -
YUV 99.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 182 40 191 0.05 0.79 0 0.25 296.42 0.65 0.45
Hex B6 28 BF 5 4F 0 19 128 41 2D
Octal 266 50 277 5 117 0 31 450 101 55
Binary 10110110 101000 10111111 101 1001111 0 11001 100101000 1000001 101101

Color Harmonies of #B628BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628BF

Black with #B628BF

Text Example


Text Example

White with #B628BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628BF; }

 p { color: rgb(182,40,191); }

 H1.HeaderClassName
 {
   color: #B628BF;
 }
 .AnyTagClassName
 {
   color: #B628BF;
 }
</style>

background-color css

<style>
 a { background-color: #B628BF; }

 a { background-color: rgb(182,40,191); }

 div.DivClassName
 {
   background-color: #B628BF;
 }
 .BgClassName
 {
   background-color: #B628BF;
 }
</style>

border-color css

<style>
 span { border-color: #B628BF; }

 span { border-color: rgb(182,40,191); }

 td.TdClassName
 {
   border-color: #B628BF;
 }
 .TagClassName
 {
   border-color: #B628BF;
 }
</style>