Html Css Color HEX #B729C9 Dark Orchid

📋 copy color: '#B729C9'

red 183 ◦ green 41 ◦ blue 201

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

Shades of Dark Orchid #B729C9

Tints of Dark Orchid #B729C9

RGB

 RED value IS 183 (71.88% from 255) = 43.06%

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

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 43.06%
G = 9.65%
B = 47.29%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B729C9 (or 0xB729C9) is known color: Dark Orchid. HEX triplet: B7, 29 and C9. RGB value is (183,41,201). Sum of RGB (Red+Green+Blue) = 183+41+201=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #B729C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729C9 is #48D636. Grayscale: #656565. Windows color (decimal): -4773431 or 13183415. OLE color: 13183415.

HSL color Cylindrical-coordinate representation of color #B729C9: hue angle of 293.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B729C9 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 41 201 -
CMYK 0.09 0.80 0 0.21
HSL 293.25º 0.66% 0.47% -
HSV(B) 293.25º 0.8% 0.79% -
XYZ 30.86 15.87 56.69 -
YUV 101.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 183 41 201 0.09 0.80 0 0.21 293.25 0.66 0.47
Hex B7 29 C9 9 50 0 15 125 42 2F
Octal 267 51 311 11 120 0 25 445 102 57
Binary 10110111 101001 11001001 1001 1010000 0 10101 100100101 1000010 101111

Color Harmonies of #B729C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729C9

Black with #B729C9

Text Example


Text Example

White with #B729C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729C9; }

 p { color: rgb(183,41,201); }

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

background-color css

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

 a { background-color: rgb(183,41,201); }

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

border-color css

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

 span { border-color: rgb(183,41,201); }

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