Html Css Color HEX #B523DC Dark Orchid

📋 copy color: '#B523DC'

red 181 ◦ green 35 ◦ blue 220

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

Shades of Dark Orchid #B523DC

Tints of Dark Orchid #B523DC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.03%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 41.51%
G = 8.03%
B = 50.46%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B523DC (or 0xB523DC) is known color: Dark Orchid. HEX triplet: B5, 23 and DC. RGB value is (181,35,220). Sum of RGB (Red+Green+Blue) = 181+35+220=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #B523DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523DC is #4ADC23. Grayscale: #636363. Windows color (decimal): -4906020 or 14427061. OLE color: 14427061.

HSL color Cylindrical-coordinate representation of color #B523DC: hue angle of 287.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B523DC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 35 220 -
CMYK 0.18 0.84 0 0.14
HSL 287.35º 0.73% 0.5% -
HSV(B) 287.35º 0.84% 0.86% -
XYZ 32.58 16.19 69.12 -
YUV 99.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 181 35 220 0.18 0.84 0 0.14 287.35 0.73 0.5
Hex B5 23 DC 12 54 0 E 11F 49 32
Octal 265 43 334 22 124 0 16 437 111 62
Binary 10110101 100011 11011100 10010 1010100 0 1110 100011111 1001001 110010

Color Harmonies of #B523DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523DC

Black with #B523DC

Text Example


Text Example

White with #B523DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523DC; }

 p { color: rgb(181,35,220); }

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

background-color css

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

 a { background-color: rgb(181,35,220); }

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

border-color css

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

 span { border-color: rgb(181,35,220); }

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