Html Css Color HEX #B534D8 Dark Orchid

📋 copy color: '#B534D8'

red 181 ◦ green 52 ◦ blue 216

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

Shades of Dark Orchid #B534D8

Tints of Dark Orchid #B534D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 40.31%
G = 11.58%
B = 48.11%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B534D8 (or 0xB534D8) is known color: Dark Orchid. HEX triplet: B5, 34 and D8. RGB value is (181,52,216). Sum of RGB (Red+Green+Blue) = 181+52+216=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #B534D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534D8 is #4ACB27. Grayscale: #6C6C6C. Windows color (decimal): -4901672 or 14169269. OLE color: 14169269.

HSL color Cylindrical-coordinate representation of color #B534D8: hue angle of 287.2º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B534D8 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 52 216 -
CMYK 0.16 0.76 0 0.15
HSL 287.2º 0.68% 0.53% -
HSV(B) 287.2º 0.76% 0.85% -
XYZ 32.68 17.24 66.57 -
YUV 109.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 181 52 216 0.16 0.76 0 0.15 287.2 0.68 0.53
Hex B5 34 D8 10 4C 0 F 11F 44 35
Octal 265 64 330 20 114 0 17 437 104 65
Binary 10110101 110100 11011000 10000 1001100 0 1111 100011111 1000100 110101

Color Harmonies of #B534D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534D8

Black with #B534D8

Text Example


Text Example

White with #B534D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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