Html Css Color HEX #BF29DA Dark Orchid

📋 copy color: '#BF29DA'

red 191 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #BF29DA

Tints of Dark Orchid #BF29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 42.44%
G = 9.11%
B = 48.44%

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

#BF29DA (or 0xBF29DA) is known color: Dark Orchid. HEX triplet: BF, 29 and DA. RGB value is (191,41,218). Sum of RGB (Red+Green+Blue) = 191+41+218=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29DA is #40D625. Grayscale: #696969. Windows color (decimal): -4249126 or 14297535. OLE color: 14297535.

HSL color Cylindrical-coordinate representation of color #BF29DA: hue angle of 290.85º degrees, saturation: 0.71, 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 #BF29DA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 41 218 -
CMYK 0.12 0.81 0 0.15
HSL 290.85º 0.71% 0.51% -
HSV(B) 290.85º 0.81% 0.85% -
XYZ 34.93 17.72 67.91 -
YUV 106.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 191 41 218 0.12 0.81 0 0.15 290.85 0.71 0.51
Hex BF 29 DA C 51 0 F 123 47 33
Octal 277 51 332 14 121 0 17 443 107 63
Binary 10111111 101001 11011010 1100 1010001 0 1111 100100011 1000111 110011

Color Harmonies of #BF29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29DA

Black with #BF29DA

Text Example


Text Example

White with #BF29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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