Html Css Color HEX #BB2DD5 Dark Orchid

📋 copy color: '#BB2DD5'

red 187 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #BB2DD5

Tints of Dark Orchid #BB2DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.87%

R = 42.02%
G = 10.11%
B = 47.87%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB2DD5 (or 0xBB2DD5) is known color: Dark Orchid. HEX triplet: BB, 2D and D5. RGB value is (187,45,213). Sum of RGB (Red+Green+Blue) = 187+45+213=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DD5 is #44D22A. Grayscale: #6A6A6A. Windows color (decimal): -4510251 or 13970875. OLE color: 13970875.

HSL color Cylindrical-coordinate representation of color #BB2DD5: hue angle of 290.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2DD5 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 45 213 -
CMYK 0.12 0.79 0 0.16
HSL 290.71º 0.67% 0.51% -
HSV(B) 290.71º 0.79% 0.84% -
XYZ 33.44 17.25 64.52 -
YUV 106.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 187 45 213 0.12 0.79 0 0.16 290.71 0.67 0.51
Hex BB 2D D5 C 4F 0 10 123 43 33
Octal 273 55 325 14 117 0 20 443 103 63
Binary 10111011 101101 11010101 1100 1001111 0 10000 100100011 1000011 110011

Color Harmonies of #BB2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DD5

Black with #BB2DD5

Text Example


Text Example

White with #BB2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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