Html Css Color HEX #B534CA Dark Orchid

📋 copy color: '#B534CA'

red 181 ◦ green 52 ◦ blue 202

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

Shades of Dark Orchid #B534CA

Tints of Dark Orchid #B534CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 41.61%
G = 11.95%
B = 46.44%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B534CA (or 0xB534CA) is known color: Dark Orchid. HEX triplet: B5, 34 and CA. RGB value is (181,52,202). Sum of RGB (Red+Green+Blue) = 181+52+202=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #B534CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534CA is #4ACB35. Grayscale: #6B6B6B. Windows color (decimal): -4901686 or 13251765. OLE color: 13251765.

HSL color Cylindrical-coordinate representation of color #B534CA: hue angle of 291.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B534CA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 52 202 -
CMYK 0.10 0.74 0 0.21
HSL 291.6º 0.59% 0.5% -
HSV(B) 291.6º 0.74% 0.79% -
XYZ 30.94 16.54 57.44 -
YUV 107.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 181 52 202 0.10 0.74 0 0.21 291.6 0.59 0.5
Hex B5 34 CA A 4A 0 15 124 3B 32
Octal 265 64 312 12 112 0 25 444 73 62
Binary 10110101 110100 11001010 1010 1001010 0 10101 100100100 111011 110010

Color Harmonies of #B534CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534CA

Black with #B534CA

Text Example


Text Example

White with #B534CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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