Html Css Color HEX #BB23E3 Dark Orchid

📋 copy color: '#BB23E3'

red 187 ◦ green 35 ◦ blue 227

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

Shades of Dark Orchid #BB23E3

Tints of Dark Orchid #BB23E3

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.8%

 BLUE value IS 227 (89.06% from 255) = 50.56%

R = 41.65%
G = 7.8%
B = 50.56%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB23E3 (or 0xBB23E3) is known color: Dark Orchid. HEX triplet: BB, 23 and E3. RGB value is (187,35,227). Sum of RGB (Red+Green+Blue) = 187+35+227=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB23E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23E3 is #44DC1C. Grayscale: #656565. Windows color (decimal): -4512797 or 14885819. OLE color: 14885819.

HSL color Cylindrical-coordinate representation of color #BB23E3: hue angle of 287.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB23E3 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 35 227 -
CMYK 0.18 0.85 0 0.11
HSL 287.5º 0.77% 0.51% -
HSV(B) 287.5º 0.85% 0.89% -
XYZ 34.96 17.31 74.17 -
YUV 102.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 187 35 227 0.18 0.85 0 0.11 287.5 0.77 0.51
Hex BB 23 E3 12 55 0 B 120 4D 33
Octal 273 43 343 22 125 0 13 440 115 63
Binary 10111011 100011 11100011 10010 1010101 0 1011 100100000 1001101 110011

Color Harmonies of #BB23E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23E3

Black with #BB23E3

Text Example


Text Example

White with #BB23E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23E3; }

 p { color: rgb(187,35,227); }

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

background-color css

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

 a { background-color: rgb(187,35,227); }

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

border-color css

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

 span { border-color: rgb(187,35,227); }

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