Html Css Color HEX #B527BD Dark Orchid

📋 copy color: '#B527BD'

red 181 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #B527BD

Tints of Dark Orchid #B527BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 44.25%
G = 9.54%
B = 46.21%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B527BD (or 0xB527BD) is known color: Dark Orchid. HEX triplet: B5, 27 and BD. RGB value is (181,39,189). Sum of RGB (Red+Green+Blue) = 181+39+189=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #B527BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527BD is #4AD842. Grayscale: #626262. Windows color (decimal): -4905027 or 12396469. OLE color: 12396469.

HSL color Cylindrical-coordinate representation of color #B527BD: hue angle of 296.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B527BD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 39 189 -
CMYK 0.04 0.79 0 0.26
HSL 296.8º 0.66% 0.45% -
HSV(B) 296.8º 0.79% 0.74% -
XYZ 28.97 14.95 49.5 -
YUV 98.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 181 39 189 0.04 0.79 0 0.26 296.8 0.66 0.45
Hex B5 27 BD 4 4F 0 1A 129 42 2D
Octal 265 47 275 4 117 0 32 451 102 55
Binary 10110101 100111 10111101 100 1001111 0 11010 100101001 1000010 101101

Color Harmonies of #B527BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527BD

Black with #B527BD

Text Example


Text Example

White with #B527BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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