Html Css Color HEX #BB26CE Dark Orchid

📋 copy color: '#BB26CE'

red 187 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #BB26CE

Tints of Dark Orchid #BB26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 43.39%
G = 8.82%
B = 47.8%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB26CE (or 0xBB26CE) is known color: Dark Orchid. HEX triplet: BB, 26 and CE. RGB value is (187,38,206). Sum of RGB (Red+Green+Blue) = 187+38+206=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB26CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26CE is #44D931. Grayscale: #656565. Windows color (decimal): -4512050 or 13510331. OLE color: 13510331.

HSL color Cylindrical-coordinate representation of color #BB26CE: hue angle of 293.21º 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 #BB26CE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 38 206 -
CMYK 0.09 0.82 0 0.19
HSL 293.21º 0.69% 0.48% -
HSV(B) 293.21º 0.82% 0.81% -
XYZ 32.33 16.41 59.86 -
YUV 101.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 187 38 206 0.09 0.82 0 0.19 293.21 0.69 0.48
Hex BB 26 CE 9 52 0 13 125 45 30
Octal 273 46 316 11 122 0 23 445 105 60
Binary 10111011 100110 11001110 1001 1010010 0 10011 100100101 1000101 110000

Color Harmonies of #BB26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26CE

Black with #BB26CE

Text Example


Text Example

White with #BB26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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