Html Css Color HEX #BB2ACF Dark Orchid

📋 copy color: '#BB2ACF'

red 187 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #BB2ACF

Tints of Dark Orchid #BB2ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.63%

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

R = 42.89%
G = 9.63%
B = 47.48%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB2ACF (or 0xBB2ACF) is known color: Dark Orchid. HEX triplet: BB, 2A and CF. RGB value is (187,42,207). Sum of RGB (Red+Green+Blue) = 187+42+207=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2ACF is #44D530. Grayscale: #676767. Windows color (decimal): -4511025 or 13576891. OLE color: 13576891.

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

Color convert

RGB 187 42 207 -
CMYK 0.10 0.80 0 0.19
HSL 292.73º 0.66% 0.49% -
HSV(B) 292.73º 0.8% 0.81% -
XYZ 32.58 16.73 60.54 -
YUV 104.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 187 42 207 0.10 0.80 0 0.19 292.73 0.66 0.49
Hex BB 2A CF A 50 0 13 125 42 31
Octal 273 52 317 12 120 0 23 445 102 61
Binary 10111011 101010 11001111 1010 1010000 0 10011 100100101 1000010 110001

Color Harmonies of #BB2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2ACF

Black with #BB2ACF

Text Example


Text Example

White with #BB2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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