Html Css Color HEX #B525DC Dark Orchid

📋 copy color: '#B525DC'

red 181 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #B525DC

Tints of Dark Orchid #B525DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 41.32%
G = 8.45%
B = 50.23%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B525DC (or 0xB525DC) is known color: Dark Orchid. HEX triplet: B5, 25 and DC. RGB value is (181,37,220). Sum of RGB (Red+Green+Blue) = 181+37+220=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B525DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525DC is #4ADA23. Grayscale: #646464. Windows color (decimal): -4905508 or 14427573. OLE color: 14427573.

HSL color Cylindrical-coordinate representation of color #B525DC: hue angle of 287.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B525DC is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 37 220 -
CMYK 0.18 0.83 0 0.14
HSL 287.21º 0.72% 0.5% -
HSV(B) 287.21º 0.83% 0.86% -
XYZ 32.64 16.31 69.14 -
YUV 100.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 181 37 220 0.18 0.83 0 0.14 287.21 0.72 0.5
Hex B5 25 DC 12 53 0 E 11F 48 32
Octal 265 45 334 22 123 0 16 437 110 62
Binary 10110101 100101 11011100 10010 1010011 0 1110 100011111 1001000 110010

Color Harmonies of #B525DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525DC

Black with #B525DC

Text Example


Text Example

White with #B525DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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