Html Css Color HEX #BB26CB Dark Orchid

📋 copy color: '#BB26CB'

red 187 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #BB26CB

Tints of Dark Orchid #BB26CB

RGB

 RED value IS 187 (73.44% from 255) = 43.69%

 GREEN value IS 38 (15.23% from 255) = 8.88%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 43.69%
G = 8.88%
B = 47.43%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB26CB (or 0xBB26CB) is known color: Dark Orchid. HEX triplet: BB, 26 and CB. RGB value is (187,38,203). Sum of RGB (Red+Green+Blue) = 187+38+203=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB26CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26CB is #44D934. Grayscale: #646464. Windows color (decimal): -4512053 or 13313723. OLE color: 13313723.

HSL color Cylindrical-coordinate representation of color #BB26CB: hue angle of 294.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB26CB is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 38 203 -
CMYK 0.08 0.81 0 0.20
HSL 294.18º 0.68% 0.47% -
HSV(B) 294.18º 0.81% 0.8% -
XYZ 31.97 16.26 57.95 -
YUV 101.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 187 38 203 0.08 0.81 0 0.20 294.18 0.68 0.47
Hex BB 26 CB 8 51 0 14 126 44 2F
Octal 273 46 313 10 121 0 24 446 104 57
Binary 10111011 100110 11001011 1000 1010001 0 10100 100100110 1000100 101111

Color Harmonies of #BB26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26CB

Black with #BB26CB

Text Example


Text Example

White with #BB26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26CB; }

 p { color: rgb(187,38,203); }

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

background-color css

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

 a { background-color: rgb(187,38,203); }

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

border-color css

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

 span { border-color: rgb(187,38,203); }

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