Html Css Color HEX #B25FE3 Medium Orchid

📋 copy color: '#B25FE3'

red 178 ◦ green 95 ◦ blue 227

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

Shades of Medium Orchid #B25FE3

Tints of Medium Orchid #B25FE3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

 BLUE value IS 227 (89.06% from 255) = 45.4%

R = 35.6%
G = 19%
B = 45.4%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B25FE3 (or 0xB25FE3) is known color: Medium Orchid. HEX triplet: B2, 5F and E3. RGB value is (178,95,227). Sum of RGB (Red+Green+Blue) = 178+95+227=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #B25FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FE3 is #4DA01C. Grayscale: #868686. Windows color (decimal): -5087261 or 14901170. OLE color: 14901170.

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

Color convert

RGB 178 95 227 -
CMYK 0.22 0.58 0 0.11
HSL 277.73º 0.7% 0.63% -
HSV(B) 277.73º 0.58% 0.89% -
XYZ 36.32 23.2 75.24 -
YUV 134.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 178 95 227 0.22 0.58 0 0.11 277.73 0.7 0.63
Hex B2 5F E3 16 3A 0 B 116 46 3F
Octal 262 137 343 26 72 0 13 426 106 77
Binary 10110010 1011111 11100011 10110 111010 0 1011 100010110 1000110 111111

Color Harmonies of #B25FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FE3

Black with #B25FE3

Text Example


Text Example

White with #B25FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FE3; }

 p { color: rgb(178,95,227); }

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

background-color css

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

 a { background-color: rgb(178,95,227); }

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

border-color css

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

 span { border-color: rgb(178,95,227); }

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