Html Css Color HEX #B25EE8 Medium Orchid

📋 copy color: '#B25EE8'

red 178 ◦ green 94 ◦ blue 232

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

Shades of Medium Orchid #B25EE8

Tints of Medium Orchid #B25EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 35.32%
G = 18.65%
B = 46.03%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B25EE8 (or 0xB25EE8) is known color: Medium Orchid. HEX triplet: B2, 5E and E8. RGB value is (178,94,232). Sum of RGB (Red+Green+Blue) = 178+94+232=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #B25EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EE8 is #4DA117. Grayscale: #868686. Windows color (decimal): -5087512 or 15228594. OLE color: 15228594.

HSL color Cylindrical-coordinate representation of color #B25EE8: hue angle of 276.52º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25EE8 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 94 232 -
CMYK 0.23 0.59 0 0.09
HSL 276.52º 0.75% 0.64% -
HSV(B) 276.52º 0.59% 0.91% -
XYZ 36.93 23.3 78.89 -
YUV 134.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 178 94 232 0.23 0.59 0 0.09 276.52 0.75 0.64
Hex B2 5E E8 17 3B 0 9 115 4B 40
Octal 262 136 350 27 73 0 11 425 113 100
Binary 10110010 1011110 11101000 10111 111011 0 1001 100010101 1001011 1000000

Color Harmonies of #B25EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EE8

Black with #B25EE8

Text Example


Text Example

White with #B25EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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