Html Css Color HEX #BD29C7 Dark Orchid

📋 copy color: '#BD29C7'

red 189 ◦ green 41 ◦ blue 199

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

Shades of Dark Orchid #BD29C7

Tints of Dark Orchid #BD29C7

RGB

 RED value IS 189 (74.22% from 255) = 44.06%

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

 BLUE value IS 199 (78.13% from 255) = 46.39%

R = 44.06%
G = 9.56%
B = 46.39%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD29C7 (or 0xBD29C7) is known color: Dark Orchid. HEX triplet: BD, 29 and C7. RGB value is (189,41,199). Sum of RGB (Red+Green+Blue) = 189+41+199=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD29C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29C7 is #42D638. Grayscale: #666666. Windows color (decimal): -4380217 or 13052349. OLE color: 13052349.

HSL color Cylindrical-coordinate representation of color #BD29C7: hue angle of 296.2º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD29C7 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 41 199 -
CMYK 0.05 0.79 0 0.22
HSL 296.2º 0.66% 0.47% -
HSV(B) 296.2º 0.79% 0.78% -
XYZ 32.09 16.53 55.53 -
YUV 103.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 189 41 199 0.05 0.79 0 0.22 296.2 0.66 0.47
Hex BD 29 C7 5 4F 0 16 128 42 2F
Octal 275 51 307 5 117 0 26 450 102 57
Binary 10111101 101001 11000111 101 1001111 0 10110 100101000 1000010 101111

Color Harmonies of #BD29C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29C7

Black with #BD29C7

Text Example


Text Example

White with #BD29C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29C7; }

 p { color: rgb(189,41,199); }

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

background-color css

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

 a { background-color: rgb(189,41,199); }

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

border-color css

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

 span { border-color: rgb(189,41,199); }

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