Html Css Color HEX #B25FEF Medium Orchid

📋 copy color: '#B25FEF'

red 178 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #B25FEF

Tints of Medium Orchid #B25FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 34.77%
G = 18.55%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B25FEF (or 0xB25FEF) is known color: Medium Orchid. HEX triplet: B2, 5F and EF. RGB value is (178,95,239). Sum of RGB (Red+Green+Blue) = 178+95+239=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #B25FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FEF is #4DA010. Grayscale: #878787. Windows color (decimal): -5087249 or 15687602. OLE color: 15687602.

HSL color Cylindrical-coordinate representation of color #B25FEF: hue angle of 274.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25FEF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 95 239 -
CMYK 0.26 0.60 0 0.06
HSL 274.58º 0.82% 0.65% -
HSV(B) 274.58º 0.6% 0.94% -
XYZ 38.03 23.88 84.27 -
YUV 136.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 178 95 239 0.26 0.60 0 0.06 274.58 0.82 0.65
Hex B2 5F EF 1A 3C 0 6 113 52 41
Octal 262 137 357 32 74 0 6 423 122 101
Binary 10110010 1011111 11101111 11010 111100 0 110 100010011 1010010 1000001

Color Harmonies of #B25FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FEF

Black with #B25FEF

Text Example


Text Example

White with #B25FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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