Html Css Color HEX #B25ED5 Medium Orchid

📋 copy color: '#B25ED5'

red 178 ◦ green 94 ◦ blue 213

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

Shades of Medium Orchid #B25ED5

Tints of Medium Orchid #B25ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.38%

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

R = 36.7%
G = 19.38%
B = 43.92%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B25ED5 (or 0xB25ED5) is known color: Medium Orchid. HEX triplet: B2, 5E and D5. RGB value is (178,94,213). Sum of RGB (Red+Green+Blue) = 178+94+213=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #B25ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ED5 is #4DA12A. Grayscale: #848484. Windows color (decimal): -5087531 or 13983410. OLE color: 13983410.

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

Color convert

RGB 178 94 213 -
CMYK 0.16 0.56 0 0.16
HSL 282.35º 0.59% 0.6% -
HSV(B) 282.35º 0.56% 0.84% -
XYZ 34.37 22.27 65.44 -
YUV 132.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 178 94 213 0.16 0.56 0 0.16 282.35 0.59 0.6
Hex B2 5E D5 10 38 0 10 11A 3B 3C
Octal 262 136 325 20 70 0 20 432 73 74
Binary 10110010 1011110 11010101 10000 111000 0 10000 100011010 111011 111100

Color Harmonies of #B25ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ED5

Black with #B25ED5

Text Example


Text Example

White with #B25ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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