Html Css Color HEX #B729DA Dark Orchid

📋 copy color: '#B729DA'

red 183 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #B729DA

Tints of Dark Orchid #B729DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 41.4%
G = 9.28%
B = 49.32%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B729DA (or 0xB729DA) is known color: Dark Orchid. HEX triplet: B7, 29 and DA. RGB value is (183,41,218). Sum of RGB (Red+Green+Blue) = 183+41+218=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #B729DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729DA is #48D625. Grayscale: #676767. Windows color (decimal): -4773414 or 14297527. OLE color: 14297527.

HSL color Cylindrical-coordinate representation of color #B729DA: hue angle of 288.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B729DA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 41 218 -
CMYK 0.16 0.81 0 0.15
HSL 288.14º 0.71% 0.51% -
HSV(B) 288.14º 0.81% 0.85% -
XYZ 32.98 16.72 67.82 -
YUV 103.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 183 41 218 0.16 0.81 0 0.15 288.14 0.71 0.51
Hex B7 29 DA 10 51 0 F 120 47 33
Octal 267 51 332 20 121 0 17 440 107 63
Binary 10110111 101001 11011010 10000 1010001 0 1111 100100000 1000111 110011

Color Harmonies of #B729DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729DA

Black with #B729DA

Text Example


Text Example

White with #B729DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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