Html Css Color HEX #B523CA Dark Orchid

📋 copy color: '#B523CA'

red 181 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #B523CA

Tints of Dark Orchid #B523CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 43.3%
G = 8.37%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B523CA (or 0xB523CA) is known color: Dark Orchid. HEX triplet: B5, 23 and CA. RGB value is (181,35,202). Sum of RGB (Red+Green+Blue) = 181+35+202=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #B523CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523CA is #4ADC35. Grayscale: #616161. Windows color (decimal): -4906038 or 13247413. OLE color: 13247413.

HSL color Cylindrical-coordinate representation of color #B523CA: hue angle of 292.46º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B523CA is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 35 202 -
CMYK 0.10 0.83 0 0.21
HSL 292.46º 0.7% 0.46% -
HSV(B) 292.46º 0.83% 0.79% -
XYZ 30.32 15.29 57.23 -
YUV 97.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 181 35 202 0.10 0.83 0 0.21 292.46 0.7 0.46
Hex B5 23 CA A 53 0 15 124 46 2E
Octal 265 43 312 12 123 0 25 444 106 56
Binary 10110101 100011 11001010 1010 1010011 0 10101 100100100 1000110 101110

Color Harmonies of #B523CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523CA

Black with #B523CA

Text Example


Text Example

White with #B523CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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