Html Css Color HEX #B729CB Dark Orchid

📋 copy color: '#B729CB'

red 183 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #B729CB

Tints of Dark Orchid #B729CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 42.86%
G = 9.6%
B = 47.54%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B729CB (or 0xB729CB) is known color: Dark Orchid. HEX triplet: B7, 29 and CB. RGB value is (183,41,203). Sum of RGB (Red+Green+Blue) = 183+41+203=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B729CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729CB is #48D634. Grayscale: #656565. Windows color (decimal): -4773429 or 13314487. OLE color: 13314487.

HSL color Cylindrical-coordinate representation of color #B729CB: hue angle of 292.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B729CB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 41 203 -
CMYK 0.10 0.80 0 0.20
HSL 292.59º 0.66% 0.48% -
HSV(B) 292.59º 0.8% 0.8% -
XYZ 31.1 15.96 57.94 -
YUV 101.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 183 41 203 0.10 0.80 0 0.20 292.59 0.66 0.48
Hex B7 29 CB A 50 0 14 125 42 30
Octal 267 51 313 12 120 0 24 445 102 60
Binary 10110111 101001 11001011 1010 1010000 0 10100 100100101 1000010 110000

Color Harmonies of #B729CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729CB

Black with #B729CB

Text Example


Text Example

White with #B729CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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