Html Css Color HEX #B534EA Dark Orchid

📋 copy color: '#B534EA'

red 181 ◦ green 52 ◦ blue 234

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

Shades of Dark Orchid #B534EA

Tints of Dark Orchid #B534EA

RGB

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

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

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

R = 38.76%
G = 11.13%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B534EA (or 0xB534EA) is known color: Dark Orchid. HEX triplet: B5, 34 and EA. RGB value is (181,52,234). Sum of RGB (Red+Green+Blue) = 181+52+234=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #B534EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B534EA is #4ACB15. Grayscale: #6E6E6E. Windows color (decimal): -4901654 or 15348917. OLE color: 15348917.

HSL color Cylindrical-coordinate representation of color #B534EA: hue angle of 282.53º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B534EA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 52 234 -
CMYK 0.23 0.78 0 0.08
HSL 282.53º 0.81% 0.56% -
HSV(B) 282.53º 0.78% 0.92% -
XYZ 35.14 18.22 79.51 -
YUV 111.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 181 52 234 0.23 0.78 0 0.08 282.53 0.81 0.56
Hex B5 34 EA 17 4E 0 8 11B 51 38
Octal 265 64 352 27 116 0 10 433 121 70
Binary 10110101 110100 11101010 10111 1001110 0 1000 100011011 1010001 111000

Color Harmonies of #B534EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534EA

Black with #B534EA

Text Example


Text Example

White with #B534EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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