Html Css Color HEX #B729CC Dark Orchid

📋 copy color: '#B729CC'

red 183 ◦ green 41 ◦ blue 204

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

Shades of Dark Orchid #B729CC

Tints of Dark Orchid #B729CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 42.76%
G = 9.58%
B = 47.66%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B729CC (or 0xB729CC) is known color: Dark Orchid. HEX triplet: B7, 29 and CC. RGB value is (183,41,204). Sum of RGB (Red+Green+Blue) = 183+41+204=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #B729CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729CC is #48D633. Grayscale: #656565. Windows color (decimal): -4773428 or 13380023. OLE color: 13380023.

HSL color Cylindrical-coordinate representation of color #B729CC: hue angle of 292.27º degrees, saturation: 0.67, 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 #B729CC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 41 204 -
CMYK 0.10 0.80 0 0.2
HSL 292.27º 0.67% 0.48% -
HSV(B) 292.27º 0.8% 0.8% -
XYZ 31.22 16.01 58.57 -
YUV 102.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 183 41 204 0.10 0.80 0 0.2 292.27 0.67 0.48
Hex B7 29 CC A 50 0 14 124 43 30
Octal 267 51 314 12 120 0 24 444 103 60
Binary 10110111 101001 11001100 1010 1010000 0 10100 100100100 1000011 110000

Color Harmonies of #B729CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729CC

Black with #B729CC

Text Example


Text Example

White with #B729CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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