Html Css Color HEX #B525BC Dark Orchid

📋 copy color: '#B525BC'

red 181 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #B525BC

Tints of Dark Orchid #B525BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

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

R = 44.58%
G = 9.11%
B = 46.31%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B525BC (or 0xB525BC) is known color: Dark Orchid. HEX triplet: B5, 25 and BC. RGB value is (181,37,188). Sum of RGB (Red+Green+Blue) = 181+37+188=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #B525BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525BC is #4ADA43. Grayscale: #606060. Windows color (decimal): -4905540 or 12330421. OLE color: 12330421.

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

Color convert

RGB 181 37 188 -
CMYK 0.04 0.80 0 0.26
HSL 297.22º 0.67% 0.44% -
HSV(B) 297.22º 0.8% 0.74% -
XYZ 28.79 14.78 48.91 -
YUV 97.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 181 37 188 0.04 0.80 0 0.26 297.22 0.67 0.44
Hex B5 25 BC 4 50 0 1A 129 43 2C
Octal 265 45 274 4 120 0 32 451 103 54
Binary 10110101 100101 10111100 100 1010000 0 11010 100101001 1000011 101100

Color Harmonies of #B525BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525BC

Black with #B525BC

Text Example


Text Example

White with #B525BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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