Html Css Color HEX #B527BF Dark Orchid

📋 copy color: '#B527BF'

red 181 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #B527BF

Tints of Dark Orchid #B527BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 44.04%
G = 9.49%
B = 46.47%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B527BF (or 0xB527BF) is known color: Dark Orchid. HEX triplet: B5, 27 and BF. RGB value is (181,39,191). Sum of RGB (Red+Green+Blue) = 181+39+191=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #B527BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527BF is #4AD840. Grayscale: #626262. Windows color (decimal): -4905025 or 12527541. OLE color: 12527541.

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

Color convert

RGB 181 39 191 -
CMYK 0.05 0.80 0 0.25
HSL 296.05º 0.66% 0.45% -
HSV(B) 296.05º 0.8% 0.75% -
XYZ 29.19 15.04 50.65 -
YUV 98.79 180.04 186.64 -
System Red Green Blue C M Y K H S L
Decimal 181 39 191 0.05 0.80 0 0.25 296.05 0.66 0.45
Hex B5 27 BF 5 50 0 19 128 42 2D
Octal 265 47 277 5 120 0 31 450 102 55
Binary 10110101 100111 10111111 101 1010000 0 11001 100101000 1000010 101101

Color Harmonies of #B527BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527BF

Black with #B527BF

Text Example


Text Example

White with #B527BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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