Html Css Color HEX #B534CC Dark Orchid

📋 copy color: '#B534CC'

red 181 ◦ green 52 ◦ blue 204

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

Shades of Dark Orchid #B534CC

Tints of Dark Orchid #B534CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 41.42%
G = 11.9%
B = 46.68%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B534CC (or 0xB534CC) is known color: Dark Orchid. HEX triplet: B5, 34 and CC. RGB value is (181,52,204). Sum of RGB (Red+Green+Blue) = 181+52+204=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B534CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534CC is #4ACB33. Grayscale: #6B6B6B. Windows color (decimal): -4901684 or 13382837. OLE color: 13382837.

HSL color Cylindrical-coordinate representation of color #B534CC: hue angle of 290.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B534CC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 52 204 -
CMYK 0.11 0.75 0 0.2
HSL 290.92º 0.6% 0.5% -
HSV(B) 290.92º 0.75% 0.8% -
XYZ 31.18 16.64 58.69 -
YUV 107.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 181 52 204 0.11 0.75 0 0.2 290.92 0.6 0.5
Hex B5 34 CC B 4B 0 14 123 3C 32
Octal 265 64 314 13 113 0 24 443 74 62
Binary 10110101 110100 11001100 1011 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B534CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534CC

Black with #B534CC

Text Example


Text Example

White with #B534CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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