Html Css Color HEX #B527BE Dark Orchid

📋 copy color: '#B527BE'

red 181 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #B527BE

Tints of Dark Orchid #B527BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 44.15%
G = 9.51%
B = 46.34%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B527BE (or 0xB527BE) is known color: Dark Orchid. HEX triplet: B5, 27 and BE. RGB value is (181,39,190). Sum of RGB (Red+Green+Blue) = 181+39+190=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #B527BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527BE is #4AD841. Grayscale: #626262. Windows color (decimal): -4905026 or 12462005. OLE color: 12462005.

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

Color convert

RGB 181 39 190 -
CMYK 0.05 0.79 0 0.25
HSL 296.42º 0.66% 0.45% -
HSV(B) 296.42º 0.79% 0.75% -
XYZ 29.08 14.99 50.08 -
YUV 98.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 181 39 190 0.05 0.79 0 0.25 296.42 0.66 0.45
Hex B5 27 BE 5 4F 0 19 128 42 2D
Octal 265 47 276 5 117 0 31 450 102 55
Binary 10110101 100111 10111110 101 1001111 0 11001 100101000 1000010 101101

Color Harmonies of #B527BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527BE

Black with #B527BE

Text Example


Text Example

White with #B527BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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