Html Css Color HEX #B534CE Dark Orchid

📋 copy color: '#B534CE'

red 181 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #B534CE

Tints of Dark Orchid #B534CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 41.23%
G = 11.85%
B = 46.92%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B534CE (or 0xB534CE) is known color: Dark Orchid. HEX triplet: B5, 34 and CE. RGB value is (181,52,206). Sum of RGB (Red+Green+Blue) = 181+52+206=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B534CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534CE is #4ACB31. Grayscale: #6B6B6B. Windows color (decimal): -4901682 or 13513909. OLE color: 13513909.

HSL color Cylindrical-coordinate representation of color #B534CE: hue angle of 290.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B534CE is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 52 206 -
CMYK 0.12 0.75 0 0.19
HSL 290.26º 0.61% 0.51% -
HSV(B) 290.26º 0.75% 0.81% -
XYZ 31.42 16.74 59.97 -
YUV 108.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 181 52 206 0.12 0.75 0 0.19 290.26 0.61 0.51
Hex B5 34 CE C 4B 0 13 122 3D 33
Octal 265 64 316 14 113 0 23 442 75 63
Binary 10110101 110100 11001110 1100 1001011 0 10011 100100010 111101 110011

Color Harmonies of #B534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534CE

Black with #B534CE

Text Example


Text Example

White with #B534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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