Html Css Color HEX #B25AD5 Medium Orchid

📋 copy color: '#B25AD5'

red 178 ◦ green 90 ◦ blue 213

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

Shades of Medium Orchid #B25AD5

Tints of Medium Orchid #B25AD5

RGB

 RED value IS 178 (69.92% from 255) = 37.01%

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 37.01%
G = 18.71%
B = 44.28%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B25AD5 (or 0xB25AD5) is known color: Medium Orchid. HEX triplet: B2, 5A and D5. RGB value is (178,90,213). Sum of RGB (Red+Green+Blue) = 178+90+213=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #B25AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AD5 is #4DA52A. Grayscale: #818181. Windows color (decimal): -5088555 or 13982386. OLE color: 13982386.

HSL color Cylindrical-coordinate representation of color #B25AD5: hue angle of 282.93º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B25AD5 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 90 213 -
CMYK 0.16 0.58 0 0.16
HSL 282.93º 0.59% 0.59% -
HSV(B) 282.93º 0.58% 0.84% -
XYZ 34.03 21.58 65.32 -
YUV 130.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 178 90 213 0.16 0.58 0 0.16 282.93 0.59 0.59
Hex B2 5A D5 10 3A 0 10 11B 3B 3B
Octal 262 132 325 20 72 0 20 433 73 73
Binary 10110010 1011010 11010101 10000 111010 0 10000 100011011 111011 111011

Color Harmonies of #B25AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AD5

Black with #B25AD5

Text Example


Text Example

White with #B25AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AD5; }

 p { color: rgb(178,90,213); }

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

background-color css

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

 a { background-color: rgb(178,90,213); }

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

border-color css

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

 span { border-color: rgb(178,90,213); }

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