Html Css Color HEX #B527CA Dark Orchid

📋 copy color: '#B527CA'

red 181 ◦ green 39 ◦ blue 202

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

Shades of Dark Orchid #B527CA

Tints of Dark Orchid #B527CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.24%

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

R = 42.89%
G = 9.24%
B = 47.87%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B527CA (or 0xB527CA) is known color: Dark Orchid. HEX triplet: B5, 27 and CA. RGB value is (181,39,202). Sum of RGB (Red+Green+Blue) = 181+39+202=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #B527CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527CA is #4AD835. Grayscale: #636363. Windows color (decimal): -4905014 or 13248437. OLE color: 13248437.

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

Color convert

RGB 181 39 202 -
CMYK 0.10 0.81 0 0.21
HSL 292.27º 0.68% 0.47% -
HSV(B) 292.27º 0.81% 0.79% -
XYZ 30.44 15.54 57.27 -
YUV 100.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 181 39 202 0.10 0.81 0 0.21 292.27 0.68 0.47
Hex B5 27 CA A 51 0 15 124 44 2F
Octal 265 47 312 12 121 0 25 444 104 57
Binary 10110101 100111 11001010 1010 1010001 0 10101 100100100 1000100 101111

Color Harmonies of #B527CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527CA

Black with #B527CA

Text Example


Text Example

White with #B527CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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