Html Css Color HEX #B523DF Dark Orchid

📋 copy color: '#B523DF'

red 181 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #B523DF

Tints of Dark Orchid #B523DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 41.23%
G = 7.97%
B = 50.8%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B523DF (or 0xB523DF) is known color: Dark Orchid. HEX triplet: B5, 23 and DF. RGB value is (181,35,223). Sum of RGB (Red+Green+Blue) = 181+35+223=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #B523DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523DF is #4ADC20. Grayscale: #636363. Windows color (decimal): -4906017 or 14623669. OLE color: 14623669.

HSL color Cylindrical-coordinate representation of color #B523DF: hue angle of 286.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B523DF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 35 223 -
CMYK 0.19 0.84 0 0.13
HSL 286.6º 0.75% 0.51% -
HSV(B) 286.6º 0.84% 0.87% -
XYZ 32.98 16.35 71.23 -
YUV 100.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 181 35 223 0.19 0.84 0 0.13 286.6 0.75 0.51
Hex B5 23 DF 13 54 0 D 11F 4B 33
Octal 265 43 337 23 124 0 15 437 113 63
Binary 10110101 100011 11011111 10011 1010100 0 1101 100011111 1001011 110011

Color Harmonies of #B523DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523DF

Black with #B523DF

Text Example


Text Example

White with #B523DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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