Html Css Color HEX #B729BA Dark Orchid

📋 copy color: '#B729BA'

red 183 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #B729BA

Tints of Dark Orchid #B729BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 44.63%
G = 10%
B = 45.37%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B729BA (or 0xB729BA) is known color: Dark Orchid. HEX triplet: B7, 29 and BA. RGB value is (183,41,186). Sum of RGB (Red+Green+Blue) = 183+41+186=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #B729BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729BA is #48D645. Grayscale: #636363. Windows color (decimal): -4773446 or 12200375. OLE color: 12200375.

HSL color Cylindrical-coordinate representation of color #B729BA: hue angle of 298.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B729BA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 41 186 -
CMYK 0.02 0.78 0 0.27
HSL 298.76º 0.64% 0.45% -
HSV(B) 298.76º 0.78% 0.73% -
XYZ 29.18 15.2 47.85 -
YUV 99.99 176.54 187.21 -
System Red Green Blue C M Y K H S L
Decimal 183 41 186 0.02 0.78 0 0.27 298.76 0.64 0.45
Hex B7 29 BA 2 4E 0 1B 12B 40 2D
Octal 267 51 272 2 116 0 33 453 100 55
Binary 10110111 101001 10111010 10 1001110 0 11011 100101011 1000000 101101

Color Harmonies of #B729BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729BA

Black with #B729BA

Text Example


Text Example

White with #B729BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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