Html Css Color HEX #B534CD Dark Orchid

📋 copy color: '#B534CD'

red 181 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #B534CD

Tints of Dark Orchid #B534CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 41.32%
G = 11.87%
B = 46.8%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B534CD (or 0xB534CD) is known color: Dark Orchid. HEX triplet: B5, 34 and CD. RGB value is (181,52,205). Sum of RGB (Red+Green+Blue) = 181+52+205=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #B534CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534CD is #4ACB32. Grayscale: #6B6B6B. Windows color (decimal): -4901683 or 13448373. OLE color: 13448373.

HSL color Cylindrical-coordinate representation of color #B534CD: hue angle of 290.59º 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 #B534CD is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 52 205 -
CMYK 0.12 0.75 0 0.20
HSL 290.59º 0.6% 0.5% -
HSV(B) 290.59º 0.75% 0.8% -
XYZ 31.3 16.69 59.33 -
YUV 108.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 181 52 205 0.12 0.75 0 0.20 290.59 0.6 0.5
Hex B5 34 CD C 4B 0 14 123 3C 32
Octal 265 64 315 14 113 0 24 443 74 62
Binary 10110101 110100 11001101 1100 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B534CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534CD

Black with #B534CD

Text Example


Text Example

White with #B534CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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