Html Css Color HEX #B525BE Dark Orchid

📋 copy color: '#B525BE'

red 181 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #B525BE

Tints of Dark Orchid #B525BE

RGB

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

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

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

R = 44.36%
G = 9.07%
B = 46.57%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B525BE (or 0xB525BE) is known color: Dark Orchid. HEX triplet: B5, 25 and BE. RGB value is (181,37,190). Sum of RGB (Red+Green+Blue) = 181+37+190=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #B525BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B525BE is #4ADA41. Grayscale: #616161. Windows color (decimal): -4905538 or 12461493. OLE color: 12461493.

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

Color convert

RGB 181 37 190 -
CMYK 0.05 0.81 0 0.25
HSL 296.47º 0.67% 0.45% -
HSV(B) 296.47º 0.81% 0.75% -
XYZ 29.01 14.86 50.06 -
YUV 97.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 181 37 190 0.05 0.81 0 0.25 296.47 0.67 0.45
Hex B5 25 BE 5 51 0 19 128 43 2D
Octal 265 45 276 5 121 0 31 450 103 55
Binary 10110101 100101 10111110 101 1010001 0 11001 100101000 1000011 101101

Color Harmonies of #B525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525BE

Black with #B525BE

Text Example


Text Example

White with #B525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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