Html Css Color HEX #BB23DC Dark Orchid

📋 copy color: '#BB23DC'

red 187 ◦ green 35 ◦ blue 220

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

Shades of Dark Orchid #BB23DC

Tints of Dark Orchid #BB23DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 42.31%
G = 7.92%
B = 49.77%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB23DC (or 0xBB23DC) is known color: Dark Orchid. HEX triplet: BB, 23 and DC. RGB value is (187,35,220). Sum of RGB (Red+Green+Blue) = 187+35+220=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23DC is #44DC23. Grayscale: #646464. Windows color (decimal): -4512804 or 14427067. OLE color: 14427067.

HSL color Cylindrical-coordinate representation of color #BB23DC: hue angle of 289.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23DC is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 35 220 -
CMYK 0.15 0.84 0 0.14
HSL 289.3º 0.73% 0.5% -
HSV(B) 289.3º 0.84% 0.86% -
XYZ 34.01 16.93 69.19 -
YUV 101.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 187 35 220 0.15 0.84 0 0.14 289.3 0.73 0.5
Hex BB 23 DC F 54 0 E 121 49 32
Octal 273 43 334 17 124 0 16 441 111 62
Binary 10111011 100011 11011100 1111 1010100 0 1110 100100001 1001001 110010

Color Harmonies of #BB23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB23DC

Black with #BB23DC

Text Example


Text Example

White with #BB23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB23DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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