Html Css Color HEX #BB26CF Dark Orchid

📋 copy color: '#BB26CF'

red 187 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #BB26CF

Tints of Dark Orchid #BB26CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 43.29%
G = 8.8%
B = 47.92%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB26CF (or 0xBB26CF) is known color: Dark Orchid. HEX triplet: BB, 26 and CF. RGB value is (187,38,207). Sum of RGB (Red+Green+Blue) = 187+38+207=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB26CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26CF is #44D930. Grayscale: #656565. Windows color (decimal): -4512049 or 13575867. OLE color: 13575867.

HSL color Cylindrical-coordinate representation of color #BB26CF: hue angle of 292.9º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB26CF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 38 207 -
CMYK 0.10 0.82 0 0.19
HSL 292.9º 0.69% 0.48% -
HSV(B) 292.9º 0.82% 0.81% -
XYZ 32.45 16.46 60.5 -
YUV 101.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 187 38 207 0.10 0.82 0 0.19 292.9 0.69 0.48
Hex BB 26 CF A 52 0 13 125 45 30
Octal 273 46 317 12 122 0 23 445 105 60
Binary 10111011 100110 11001111 1010 1010010 0 10011 100100101 1000101 110000

Color Harmonies of #BB26CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26CF

Black with #BB26CF

Text Example


Text Example

White with #BB26CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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