Html Css Color HEX #BB2BDF Dark Orchid

📋 copy color: '#BB2BDF'

red 187 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #BB2BDF

Tints of Dark Orchid #BB2BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 41.28%
G = 9.49%
B = 49.23%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2BDF (or 0xBB2BDF) is known color: Dark Orchid. HEX triplet: BB, 2B and DF. RGB value is (187,43,223). Sum of RGB (Red+Green+Blue) = 187+43+223=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BDF is #44D420. Grayscale: #6A6A6A. Windows color (decimal): -4510753 or 14625723. OLE color: 14625723.

HSL color Cylindrical-coordinate representation of color #BB2BDF: hue angle of 288º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2BDF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 43 223 -
CMYK 0.16 0.81 0 0.13
HSL 288º 0.74% 0.52% -
HSV(B) 288º 0.81% 0.87% -
XYZ 34.68 17.62 71.39 -
YUV 106.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 187 43 223 0.16 0.81 0 0.13 288 0.74 0.52
Hex BB 2B DF 10 51 0 D 120 4A 34
Octal 273 53 337 20 121 0 15 440 112 64
Binary 10111011 101011 11011111 10000 1010001 0 1101 100100000 1001010 110100

Color Harmonies of #BB2BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BDF

Black with #BB2BDF

Text Example


Text Example

White with #BB2BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BDF; }

 p { color: rgb(187,43,223); }

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

background-color css

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

 a { background-color: rgb(187,43,223); }

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

border-color css

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

 span { border-color: rgb(187,43,223); }

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