Html Css Color HEX #BB2CDA Dark Orchid

📋 copy color: '#BB2CDA'

red 187 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #BB2CDA

Tints of Dark Orchid #BB2CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 41.65%
G = 9.8%
B = 48.55%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB2CDA (or 0xBB2CDA) is known color: Dark Orchid. HEX triplet: BB, 2C and DA. RGB value is (187,44,218). Sum of RGB (Red+Green+Blue) = 187+44+218=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CDA is #44D325. Grayscale: #6A6A6A. Windows color (decimal): -4510502 or 14298299. OLE color: 14298299.

HSL color Cylindrical-coordinate representation of color #BB2CDA: hue angle of 289.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2CDA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 44 218 -
CMYK 0.14 0.80 0 0.15
HSL 289.31º 0.7% 0.51% -
HSV(B) 289.31º 0.8% 0.85% -
XYZ 34.05 17.43 67.9 -
YUV 106.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 187 44 218 0.14 0.80 0 0.15 289.31 0.7 0.51
Hex BB 2C DA E 50 0 F 121 46 33
Octal 273 54 332 16 120 0 17 441 106 63
Binary 10111011 101100 11011010 1110 1010000 0 1111 100100001 1000110 110011

Color Harmonies of #BB2CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CDA

Black with #BB2CDA

Text Example


Text Example

White with #BB2CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CDA; }

 p { color: rgb(187,44,218); }

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

background-color css

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

 a { background-color: rgb(187,44,218); }

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

border-color css

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

 span { border-color: rgb(187,44,218); }

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