Html Css Color HEX #B523BA Dark Orchid

📋 copy color: '#B523BA'

red 181 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #B523BA

Tints of Dark Orchid #B523BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 45.02%
G = 8.71%
B = 46.27%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B523BA (or 0xB523BA) is known color: Dark Orchid. HEX triplet: B5, 23 and BA. RGB value is (181,35,186). Sum of RGB (Red+Green+Blue) = 181+35+186=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B523BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523BA is #4ADC45. Grayscale: #5F5F5F. Windows color (decimal): -4906054 or 12198837. OLE color: 12198837.

HSL color Cylindrical-coordinate representation of color #B523BA: hue angle of 298.01º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523BA is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 35 186 -
CMYK 0.03 0.81 0 0.27
HSL 298.01º 0.68% 0.43% -
HSV(B) 298.01º 0.81% 0.73% -
XYZ 28.52 14.57 47.76 -
YUV 95.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 181 35 186 0.03 0.81 0 0.27 298.01 0.68 0.43
Hex B5 23 BA 3 51 0 1B 12A 44 2B
Octal 265 43 272 3 121 0 33 452 104 53
Binary 10110101 100011 10111010 11 1010001 0 11011 100101010 1000100 101011

Color Harmonies of #B523BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523BA

Black with #B523BA

Text Example


Text Example

White with #B523BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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