Html Css Color HEX #B25EEF Medium Orchid

📋 copy color: '#B25EEF'

red 178 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #B25EEF

Tints of Medium Orchid #B25EEF

RGB

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

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

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

R = 34.83%
G = 18.4%
B = 46.77%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B25EEF (or 0xB25EEF) is known color: Medium Orchid. HEX triplet: B2, 5E and EF. RGB value is (178,94,239). Sum of RGB (Red+Green+Blue) = 178+94+239=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #B25EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25EEF is #4DA110. Grayscale: #878787. Windows color (decimal): -5087505 or 15687346. OLE color: 15687346.

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

Color convert

RGB 178 94 239 -
CMYK 0.26 0.61 0 0.06
HSL 274.76º 0.82% 0.65% -
HSV(B) 274.76º 0.61% 0.94% -
XYZ 37.94 23.7 84.24 -
YUV 135.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 178 94 239 0.26 0.61 0 0.06 274.76 0.82 0.65
Hex B2 5E EF 1A 3D 0 6 113 52 41
Octal 262 136 357 32 75 0 6 423 122 101
Binary 10110010 1011110 11101111 11010 111101 0 110 100010011 1010010 1000001

Color Harmonies of #B25EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25EEF

Black with #B25EEF

Text Example


Text Example

White with #B25EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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