Html Css Color HEX #B534C5 Dark Orchid

📋 copy color: '#B534C5'

red 181 ◦ green 52 ◦ blue 197

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

Shades of Dark Orchid #B534C5

Tints of Dark Orchid #B534C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 42.09%
G = 12.09%
B = 45.81%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B534C5 (or 0xB534C5) is known color: Dark Orchid. HEX triplet: B5, 34 and C5. RGB value is (181,52,197). Sum of RGB (Red+Green+Blue) = 181+52+197=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #B534C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534C5 is #4ACB3A. Grayscale: #6A6A6A. Windows color (decimal): -4901691 or 12924085. OLE color: 12924085.

HSL color Cylindrical-coordinate representation of color #B534C5: hue angle of 293.38º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B534C5 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 52 197 -
CMYK 0.08 0.74 0 0.23
HSL 293.38º 0.58% 0.49% -
HSV(B) 293.38º 0.74% 0.77% -
XYZ 30.36 16.31 54.37 -
YUV 107.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 181 52 197 0.08 0.74 0 0.23 293.38 0.58 0.49
Hex B5 34 C5 8 4A 0 17 125 3A 31
Octal 265 64 305 10 112 0 27 445 72 61
Binary 10110101 110100 11000101 1000 1001010 0 10111 100100101 111010 110001

Color Harmonies of #B534C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534C5

Black with #B534C5

Text Example


Text Example

White with #B534C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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