Html Css Color HEX #B527DB Dark Orchid

📋 copy color: '#B527DB'

red 181 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #B527DB

Tints of Dark Orchid #B527DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 41.23%
G = 8.88%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B527DB (or 0xB527DB) is known color: Dark Orchid. HEX triplet: B5, 27 and DB. RGB value is (181,39,219). Sum of RGB (Red+Green+Blue) = 181+39+219=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #B527DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527DB is #4AD824. Grayscale: #656565. Windows color (decimal): -4904997 or 14362549. OLE color: 14362549.

HSL color Cylindrical-coordinate representation of color #B527DB: hue angle of 287.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B527DB is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 39 219 -
CMYK 0.17 0.82 0 0.14
HSL 287.33º 0.71% 0.51% -
HSV(B) 287.33º 0.82% 0.86% -
XYZ 32.57 16.39 68.46 -
YUV 101.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 181 39 219 0.17 0.82 0 0.14 287.33 0.71 0.51
Hex B5 27 DB 11 52 0 E 11F 47 33
Octal 265 47 333 21 122 0 16 437 107 63
Binary 10110101 100111 11011011 10001 1010010 0 1110 100011111 1000111 110011

Color Harmonies of #B527DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527DB

Black with #B527DB

Text Example


Text Example

White with #B527DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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