Html Css Color HEX #B523B7 Dark Orchid

📋 copy color: '#B523B7'

red 181 ◦ green 35 ◦ blue 183

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

Shades of Dark Orchid #B523B7

Tints of Dark Orchid #B523B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 45.36%
G = 8.77%
B = 45.86%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B523B7 (or 0xB523B7) is known color: Dark Orchid. HEX triplet: B5, 23 and B7. RGB value is (181,35,183). Sum of RGB (Red+Green+Blue) = 181+35+183=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #B523B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B523B7 is #4ADC48. Grayscale: #5F5F5F. Windows color (decimal): -4906057 or 12002229. OLE color: 12002229.

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

Color convert

RGB 181 35 183 -
CMYK 0.01 0.81 0 0.28
HSL 299.19º 0.68% 0.43% -
HSV(B) 299.19º 0.81% 0.72% -
XYZ 28.2 14.44 46.1 -
YUV 95.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 181 35 183 0.01 0.81 0 0.28 299.19 0.68 0.43
Hex B5 23 B7 1 51 0 1C 12B 44 2B
Octal 265 43 267 1 121 0 34 453 104 53
Binary 10110101 100011 10110111 1 1010001 0 11100 100101011 1000100 101011

Color Harmonies of #B523B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B523B7

Black with #B523B7

Text Example


Text Example

White with #B523B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B523B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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