Html Css Color HEX #B253EF Medium Orchid

📋 copy color: '#B253EF'

red 178 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #B253EF

Tints of Medium Orchid #B253EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.6%

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

R = 35.6%
G = 16.6%
B = 47.8%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B253EF (or 0xB253EF) is known color: Medium Orchid. HEX triplet: B2, 53 and EF. RGB value is (178,83,239). Sum of RGB (Red+Green+Blue) = 178+83+239=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #B253EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253EF is #4DAC10. Grayscale: #808080. Windows color (decimal): -5090321 or 15684530. OLE color: 15684530.

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

Color convert

RGB 178 83 239 -
CMYK 0.26 0.65 0 0.06
HSL 276.54º 0.83% 0.63% -
HSV(B) 276.54º 0.65% 0.94% -
XYZ 37.03 21.88 83.93 -
YUV 129.19 189.97 162.82 -
System Red Green Blue C M Y K H S L
Decimal 178 83 239 0.26 0.65 0 0.06 276.54 0.83 0.63
Hex B2 53 EF 1A 41 0 6 115 53 3F
Octal 262 123 357 32 101 0 6 425 123 77
Binary 10110010 1010011 11101111 11010 1000001 0 110 100010101 1010011 111111

Color Harmonies of #B253EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253EF

Black with #B253EF

Text Example


Text Example

White with #B253EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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