Html Css Color HEX #B729CE Dark Orchid

📋 copy color: '#B729CE'

red 183 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #B729CE

Tints of Dark Orchid #B729CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 42.56%
G = 9.53%
B = 47.91%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B729CE (or 0xB729CE) is known color: Dark Orchid. HEX triplet: B7, 29 and CE. RGB value is (183,41,206). Sum of RGB (Red+Green+Blue) = 183+41+206=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B729CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729CE is #48D631. Grayscale: #656565. Windows color (decimal): -4773426 or 13511095. OLE color: 13511095.

HSL color Cylindrical-coordinate representation of color #B729CE: hue angle of 291.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B729CE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 41 206 -
CMYK 0.11 0.80 0 0.19
HSL 291.64º 0.67% 0.48% -
HSV(B) 291.64º 0.8% 0.81% -
XYZ 31.46 16.11 59.84 -
YUV 102.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 183 41 206 0.11 0.80 0 0.19 291.64 0.67 0.48
Hex B7 29 CE B 50 0 13 124 43 30
Octal 267 51 316 13 120 0 23 444 103 60
Binary 10110111 101001 11001110 1011 1010000 0 10011 100100100 1000011 110000

Color Harmonies of #B729CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729CE

Black with #B729CE

Text Example


Text Example

White with #B729CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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