Html Css Color HEX #B523BC Dark Orchid

📋 copy color: '#B523BC'

red 181 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #B523BC

Tints of Dark Orchid #B523BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 44.8%
G = 8.66%
B = 46.53%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B523BC (or 0xB523BC) is known color: Dark Orchid. HEX triplet: B5, 23 and BC. RGB value is (181,35,188). Sum of RGB (Red+Green+Blue) = 181+35+188=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #B523BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523BC is #4ADC43. Grayscale: #5F5F5F. Windows color (decimal): -4906052 or 12329909. OLE color: 12329909.

HSL color Cylindrical-coordinate representation of color #B523BC: hue angle of 297.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523BC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 35 188 -
CMYK 0.04 0.81 0 0.26
HSL 297.25º 0.69% 0.44% -
HSV(B) 297.25º 0.81% 0.74% -
XYZ 28.73 14.66 48.89 -
YUV 96.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 181 35 188 0.04 0.81 0 0.26 297.25 0.69 0.44
Hex B5 23 BC 4 51 0 1A 129 45 2C
Octal 265 43 274 4 121 0 32 451 105 54
Binary 10110101 100011 10111100 100 1010001 0 11010 100101001 1000101 101100

Color Harmonies of #B523BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523BC

Black with #B523BC

Text Example


Text Example

White with #B523BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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