Html Css Color HEX #BB2DDA Dark Orchid

📋 copy color: '#BB2DDA'

red 187 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #BB2DDA

Tints of Dark Orchid #BB2DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10%

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

R = 41.56%
G = 10%
B = 48.44%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB2DDA (or 0xBB2DDA) is known color: Dark Orchid. HEX triplet: BB, 2D and DA. RGB value is (187,45,218). Sum of RGB (Red+Green+Blue) = 187+45+218=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DDA is #44D225. Grayscale: #6A6A6A. Windows color (decimal): -4510246 or 14298555. OLE color: 14298555.

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

Color convert

RGB 187 45 218 -
CMYK 0.14 0.79 0 0.15
HSL 289.25º 0.7% 0.52% -
HSV(B) 289.25º 0.79% 0.85% -
XYZ 34.09 17.5 67.91 -
YUV 107.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 187 45 218 0.14 0.79 0 0.15 289.25 0.7 0.52
Hex BB 2D DA E 4F 0 F 121 46 34
Octal 273 55 332 16 117 0 17 441 106 64
Binary 10111011 101101 11011010 1110 1001111 0 1111 100100001 1000110 110100

Color Harmonies of #BB2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DDA

Black with #BB2DDA

Text Example


Text Example

White with #BB2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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