Html Css Color HEX #B729EA Dark Orchid

📋 copy color: '#B729EA'

red 183 ◦ green 41 ◦ blue 234

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

Shades of Dark Orchid #B729EA

Tints of Dark Orchid #B729EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 39.96%
G = 8.95%
B = 51.09%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B729EA (or 0xB729EA) is known color: Dark Orchid. HEX triplet: B7, 29 and EA. RGB value is (183,41,234). Sum of RGB (Red+Green+Blue) = 183+41+234=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #B729EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B729EA is #48D615. Grayscale: #686868. Windows color (decimal): -4773398 or 15346103. OLE color: 15346103.

HSL color Cylindrical-coordinate representation of color #B729EA: hue angle of 284.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B729EA is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 41 234 -
CMYK 0.22 0.82 0 0.08
HSL 284.15º 0.82% 0.54% -
HSV(B) 284.15º 0.82% 0.92% -
XYZ 35.17 17.59 79.38 -
YUV 105.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 183 41 234 0.22 0.82 0 0.08 284.15 0.82 0.54
Hex B7 29 EA 16 52 0 8 11C 52 36
Octal 267 51 352 26 122 0 10 434 122 66
Binary 10110111 101001 11101010 10110 1010010 0 1000 100011100 1010010 110110

Color Harmonies of #B729EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729EA

Black with #B729EA

Text Example


Text Example

White with #B729EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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