Html Css Color HEX #BF2ACD Dark Orchid

📋 copy color: '#BF2ACD'

red 191 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #BF2ACD

Tints of Dark Orchid #BF2ACD

RGB

 RED value IS 191 (75% from 255) = 43.61%

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 43.61%
G = 9.59%
B = 46.8%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF2ACD (or 0xBF2ACD) is known color: Dark Orchid. HEX triplet: BF, 2A and CD. RGB value is (191,42,205). Sum of RGB (Red+Green+Blue) = 191+42+205=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ACD is #40D532. Grayscale: #686868. Windows color (decimal): -4248883 or 13445823. OLE color: 13445823.

HSL color Cylindrical-coordinate representation of color #BF2ACD: hue angle of 294.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2ACD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 42 205 -
CMYK 0.07 0.80 0 0.20
HSL 294.85º 0.66% 0.48% -
HSV(B) 294.85º 0.8% 0.8% -
XYZ 33.33 17.14 59.31 -
YUV 105.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 191 42 205 0.07 0.80 0 0.20 294.85 0.66 0.48
Hex BF 2A CD 7 50 0 14 127 42 30
Octal 277 52 315 7 120 0 24 447 102 60
Binary 10111111 101010 11001101 111 1010000 0 10100 100100111 1000010 110000

Color Harmonies of #BF2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ACD

Black with #BF2ACD

Text Example


Text Example

White with #BF2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ACD; }

 p { color: rgb(191,42,205); }

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

background-color css

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

 a { background-color: rgb(191,42,205); }

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

border-color css

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

 span { border-color: rgb(191,42,205); }

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