Html Css Color HEX #BF29D9 Dark Orchid

📋 copy color: '#BF29D9'

red 191 ◦ green 41 ◦ blue 217

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

Shades of Dark Orchid #BF29D9

Tints of Dark Orchid #BF29D9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.13%

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 42.54%
G = 9.13%
B = 48.33%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF29D9 (or 0xBF29D9) is known color: Dark Orchid. HEX triplet: BF, 29 and D9. RGB value is (191,41,217). Sum of RGB (Red+Green+Blue) = 191+41+217=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29D9 is #40D626. Grayscale: #696969. Windows color (decimal): -4249127 or 14231999. OLE color: 14231999.

HSL color Cylindrical-coordinate representation of color #BF29D9: hue angle of 291.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF29D9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 41 217 -
CMYK 0.12 0.81 0 0.15
HSL 291.14º 0.7% 0.51% -
HSV(B) 291.14º 0.81% 0.85% -
XYZ 34.8 17.67 67.22 -
YUV 105.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 191 41 217 0.12 0.81 0 0.15 291.14 0.7 0.51
Hex BF 29 D9 C 51 0 F 123 46 33
Octal 277 51 331 14 121 0 17 443 106 63
Binary 10111111 101001 11011001 1100 1010001 0 1111 100100011 1000110 110011

Color Harmonies of #BF29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29D9

Black with #BF29D9

Text Example


Text Example

White with #BF29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29D9; }

 p { color: rgb(191,41,217); }

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

background-color css

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

 a { background-color: rgb(191,41,217); }

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

border-color css

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

 span { border-color: rgb(191,41,217); }

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