Html Css Color HEX #B25FEC Medium Orchid

📋 copy color: '#B25FEC'

red 178 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #B25FEC

Tints of Medium Orchid #B25FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 34.97%
G = 18.66%
B = 46.37%

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

#B25FEC (or 0xB25FEC) is known color: Medium Orchid. HEX triplet: B2, 5F and EC. RGB value is (178,95,236). Sum of RGB (Red+Green+Blue) = 178+95+236=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #B25FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FEC is #4DA013. Grayscale: #878787. Windows color (decimal): -5087252 or 15490994. OLE color: 15490994.

HSL color Cylindrical-coordinate representation of color #B25FEC: hue angle of 275.32º degrees, saturation: 0.79, 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 #B25FEC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 95 236 -
CMYK 0.25 0.60 0 0.07
HSL 275.32º 0.79% 0.65% -
HSV(B) 275.32º 0.6% 0.93% -
XYZ 37.59 23.71 81.95 -
YUV 135.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 178 95 236 0.25 0.60 0 0.07 275.32 0.79 0.65
Hex B2 5F EC 19 3C 0 7 113 4F 41
Octal 262 137 354 31 74 0 7 423 117 101
Binary 10110010 1011111 11101100 11001 111100 0 111 100010011 1001111 1000001

Color Harmonies of #B25FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FEC

Black with #B25FEC

Text Example


Text Example

White with #B25FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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