Html Css Color HEX #B253EA Medium Orchid

📋 copy color: '#B253EA'

red 178 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #B253EA

Tints of Medium Orchid #B253EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 35.96%
G = 16.77%
B = 47.27%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B253EA (or 0xB253EA) is known color: Medium Orchid. HEX triplet: B2, 53 and EA. RGB value is (178,83,234). Sum of RGB (Red+Green+Blue) = 178+83+234=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #B253EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B253EA is #4DAC15. Grayscale: #808080. Windows color (decimal): -5090326 or 15356850. OLE color: 15356850.

HSL color Cylindrical-coordinate representation of color #B253EA: hue angle of 277.75º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B253EA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 83 234 -
CMYK 0.24 0.65 0 0.08
HSL 277.75º 0.78% 0.62% -
HSV(B) 277.75º 0.65% 0.92% -
XYZ 36.3 21.59 80.1 -
YUV 128.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 178 83 234 0.24 0.65 0 0.08 277.75 0.78 0.62
Hex B2 53 EA 18 41 0 8 116 4E 3E
Octal 262 123 352 30 101 0 10 426 116 76
Binary 10110010 1010011 11101010 11000 1000001 0 1000 100010110 1001110 111110

Color Harmonies of #B253EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253EA

Black with #B253EA

Text Example


Text Example

White with #B253EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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