Html Css Color HEX #BB2BEA Dark Orchid

📋 copy color: '#BB2BEA'

red 187 ◦ green 43 ◦ blue 234

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

Shades of Dark Orchid #BB2BEA

Tints of Dark Orchid #BB2BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.27%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 40.3%
G = 9.27%
B = 50.43%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB2BEA (or 0xBB2BEA) is known color: Dark Orchid. HEX triplet: BB, 2B and EA. RGB value is (187,43,234). Sum of RGB (Red+Green+Blue) = 187+43+234=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BEA is #44D415. Grayscale: #6B6B6B. Windows color (decimal): -4510742 or 15346619. OLE color: 15346619.

HSL color Cylindrical-coordinate representation of color #BB2BEA: hue angle of 285.24º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2BEA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 43 234 -
CMYK 0.20 0.82 0 0.08
HSL 285.24º 0.82% 0.54% -
HSV(B) 285.24º 0.82% 0.92% -
XYZ 36.21 18.23 79.45 -
YUV 107.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 187 43 234 0.20 0.82 0 0.08 285.24 0.82 0.54
Hex BB 2B EA 14 52 0 8 11D 52 36
Octal 273 53 352 24 122 0 10 435 122 66
Binary 10111011 101011 11101010 10100 1010010 0 1000 100011101 1010010 110110

Color Harmonies of #BB2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BEA

Black with #BB2BEA

Text Example


Text Example

White with #BB2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BEA; }

 p { color: rgb(187,43,234); }

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

background-color css

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

 a { background-color: rgb(187,43,234); }

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

border-color css

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

 span { border-color: rgb(187,43,234); }

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