Html Css Color HEX #B534E9 Dark Orchid

📋 copy color: '#B534E9'

red 181 ◦ green 52 ◦ blue 233

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

Shades of Dark Orchid #B534E9

Tints of Dark Orchid #B534E9

RGB

 RED value IS 181 (71.09% from 255) = 38.84%

 GREEN value IS 52 (20.7% from 255) = 11.16%

 BLUE value IS 233 (91.41% from 255) = 50%

R = 38.84%
G = 11.16%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B534E9 (or 0xB534E9) is known color: Dark Orchid. HEX triplet: B5, 34 and E9. RGB value is (181,52,233). Sum of RGB (Red+Green+Blue) = 181+52+233=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #B534E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534E9 is #4ACB16. Grayscale: #6E6E6E. Windows color (decimal): -4901655 or 15283381. OLE color: 15283381.

HSL color Cylindrical-coordinate representation of color #B534E9: hue angle of 282.76º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B534E9 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 52 233 -
CMYK 0.22 0.78 0 0.09
HSL 282.76º 0.8% 0.56% -
HSV(B) 282.76º 0.78% 0.91% -
XYZ 34.99 18.16 78.75 -
YUV 111.21 196.74 177.78 -
System Red Green Blue C M Y K H S L
Decimal 181 52 233 0.22 0.78 0 0.09 282.76 0.8 0.56
Hex B5 34 E9 16 4E 0 9 11B 50 38
Octal 265 64 351 26 116 0 11 433 120 70
Binary 10110101 110100 11101001 10110 1001110 0 1001 100011011 1010000 111000

Color Harmonies of #B534E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534E9

Black with #B534E9

Text Example


Text Example

White with #B534E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534E9; }

 p { color: rgb(181,52,233); }

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

background-color css

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

 a { background-color: rgb(181,52,233); }

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

border-color css

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

 span { border-color: rgb(181,52,233); }

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