Html Css Color HEX #B25FED Medium Orchid

📋 copy color: '#B25FED'

red 178 ◦ green 95 ◦ blue 237

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

Shades of Medium Orchid #B25FED

Tints of Medium Orchid #B25FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 34.9%
G = 18.63%
B = 46.47%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B25FED (or 0xB25FED) is known color: Medium Orchid. HEX triplet: B2, 5F and ED. RGB value is (178,95,237). Sum of RGB (Red+Green+Blue) = 178+95+237=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #B25FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FED is #4DA012. Grayscale: #878787. Windows color (decimal): -5087251 or 15556530. OLE color: 15556530.

HSL color Cylindrical-coordinate representation of color #B25FED: hue angle of 275.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25FED is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 95 237 -
CMYK 0.25 0.60 0 0.07
HSL 275.07º 0.8% 0.65% -
HSV(B) 275.07º 0.6% 0.93% -
XYZ 37.74 23.76 82.72 -
YUV 136.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 178 95 237 0.25 0.60 0 0.07 275.07 0.8 0.65
Hex B2 5F ED 19 3C 0 7 113 50 41
Octal 262 137 355 31 74 0 7 423 120 101
Binary 10110010 1011111 11101101 11001 111100 0 111 100010011 1010000 1000001

Color Harmonies of #B25FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FED

Black with #B25FED

Text Example


Text Example

White with #B25FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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