Html Css Color HEX #B25EC8 Medium Orchid

📋 copy color: '#B25EC8'

red 178 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #B25EC8

Tints of Medium Orchid #B25EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 37.71%
G = 19.92%
B = 42.37%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B25EC8 (or 0xB25EC8) is known color: Medium Orchid. HEX triplet: B2, 5E and C8. RGB value is (178,94,200). Sum of RGB (Red+Green+Blue) = 178+94+200=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #B25EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EC8 is #4DA137. Grayscale: #828282. Windows color (decimal): -5087544 or 13131442. OLE color: 13131442.

HSL color Cylindrical-coordinate representation of color #B25EC8: hue angle of 287.55º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25EC8 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 94 200 -
CMYK 0.11 0.53 0 0.22
HSL 287.55º 0.49% 0.58% -
HSV(B) 287.55º 0.53% 0.78% -
XYZ 32.79 21.64 57.09 -
YUV 131.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 178 94 200 0.11 0.53 0 0.22 287.55 0.49 0.58
Hex B2 5E C8 B 35 0 16 120 31 3A
Octal 262 136 310 13 65 0 26 440 61 72
Binary 10110010 1011110 11001000 1011 110101 0 10110 100100000 110001 111010

Color Harmonies of #B25EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EC8

Black with #B25EC8

Text Example


Text Example

White with #B25EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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