Html Css Color HEX #BB2CCF Dark Orchid

📋 copy color: '#BB2CCF'

red 187 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #BB2CCF

Tints of Dark Orchid #BB2CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 42.69%
G = 10.05%
B = 47.26%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB2CCF (or 0xBB2CCF) is known color: Dark Orchid. HEX triplet: BB, 2C and CF. RGB value is (187,44,207). Sum of RGB (Red+Green+Blue) = 187+44+207=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CCF is #44D330. Grayscale: #686868. Windows color (decimal): -4510513 or 13577403. OLE color: 13577403.

HSL color Cylindrical-coordinate representation of color #BB2CCF: hue angle of 292.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2CCF is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 44 207 -
CMYK 0.10 0.79 0 0.19
HSL 292.64º 0.65% 0.49% -
HSV(B) 292.64º 0.79% 0.81% -
XYZ 32.66 16.87 60.57 -
YUV 105.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 187 44 207 0.10 0.79 0 0.19 292.64 0.65 0.49
Hex BB 2C CF A 4F 0 13 125 41 31
Octal 273 54 317 12 117 0 23 445 101 61
Binary 10111011 101100 11001111 1010 1001111 0 10011 100100101 1000001 110001

Color Harmonies of #BB2CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CCF

Black with #BB2CCF

Text Example


Text Example

White with #BB2CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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