Html Css Color HEX #B729DE Dark Orchid

📋 copy color: '#B729DE'

red 183 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #B729DE

Tints of Dark Orchid #B729DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 41.03%
G = 9.19%
B = 49.78%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B729DE (or 0xB729DE) is known color: Dark Orchid. HEX triplet: B7, 29 and DE. RGB value is (183,41,222). Sum of RGB (Red+Green+Blue) = 183+41+222=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #B729DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729DE is #48D621. Grayscale: #676767. Windows color (decimal): -4773410 or 14559671. OLE color: 14559671.

HSL color Cylindrical-coordinate representation of color #B729DE: hue angle of 287.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B729DE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 41 222 -
CMYK 0.18 0.82 0 0.13
HSL 287.07º 0.73% 0.52% -
HSV(B) 287.07º 0.82% 0.87% -
XYZ 33.51 16.93 70.61 -
YUV 104.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 183 41 222 0.18 0.82 0 0.13 287.07 0.73 0.52
Hex B7 29 DE 12 52 0 D 11F 49 34
Octal 267 51 336 22 122 0 15 437 111 64
Binary 10110111 101001 11011110 10010 1010010 0 1101 100011111 1001001 110100

Color Harmonies of #B729DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729DE

Black with #B729DE

Text Example


Text Example

White with #B729DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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