Html Css Color HEX #B729BF Dark Orchid

📋 copy color: '#B729BF'

red 183 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #B729BF

Tints of Dark Orchid #B729BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 44.1%
G = 9.88%
B = 46.02%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B729BF (or 0xB729BF) is known color: Dark Orchid. HEX triplet: B7, 29 and BF. RGB value is (183,41,191). Sum of RGB (Red+Green+Blue) = 183+41+191=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #B729BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729BF is #48D640. Grayscale: #646464. Windows color (decimal): -4773441 or 12528055. OLE color: 12528055.

HSL color Cylindrical-coordinate representation of color #B729BF: hue angle of 296.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B729BF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 41 191 -
CMYK 0.04 0.79 0 0.25
HSL 296.8º 0.65% 0.45% -
HSV(B) 296.8º 0.79% 0.75% -
XYZ 29.73 15.41 50.7 -
YUV 100.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 183 41 191 0.04 0.79 0 0.25 296.8 0.65 0.45
Hex B7 29 BF 4 4F 0 19 129 41 2D
Octal 267 51 277 4 117 0 31 451 101 55
Binary 10110111 101001 10111111 100 1001111 0 11001 100101001 1000001 101101

Color Harmonies of #B729BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729BF

Black with #B729BF

Text Example


Text Example

White with #B729BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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