Html Css Color HEX #B729BC Dark Orchid

📋 copy color: '#B729BC'

red 183 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #B729BC

Tints of Dark Orchid #B729BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 44.42%
G = 9.95%
B = 45.63%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B729BC (or 0xB729BC) is known color: Dark Orchid. HEX triplet: B7, 29 and BC. RGB value is (183,41,188). Sum of RGB (Red+Green+Blue) = 183+41+188=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B729BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729BC is #48D643. Grayscale: #636363. Windows color (decimal): -4773444 or 12331447. OLE color: 12331447.

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

Color convert

RGB 183 41 188 -
CMYK 0.03 0.78 0 0.26
HSL 297.96º 0.64% 0.45% -
HSV(B) 297.96º 0.78% 0.74% -
XYZ 29.4 15.28 48.98 -
YUV 100.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 183 41 188 0.03 0.78 0 0.26 297.96 0.64 0.45
Hex B7 29 BC 3 4E 0 1A 12A 40 2D
Octal 267 51 274 3 116 0 32 452 100 55
Binary 10110111 101001 10111100 11 1001110 0 11010 100101010 1000000 101101

Color Harmonies of #B729BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729BC

Black with #B729BC

Text Example


Text Example

White with #B729BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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