Html Css Color HEX #B253DE Medium Orchid

📋 copy color: '#B253DE'

red 178 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #B253DE

Tints of Medium Orchid #B253DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 36.85%
G = 17.18%
B = 45.96%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B253DE (or 0xB253DE) is known color: Medium Orchid. HEX triplet: B2, 53 and DE. RGB value is (178,83,222). Sum of RGB (Red+Green+Blue) = 178+83+222=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B253DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DE is #4DAC21. Grayscale: #7E7E7E. Windows color (decimal): -5090338 or 14570418. OLE color: 14570418.

HSL color Cylindrical-coordinate representation of color #B253DE: hue angle of 281.01º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B253DE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 83 222 -
CMYK 0.20 0.63 0 0.13
HSL 281.01º 0.68% 0.6% -
HSV(B) 281.01º 0.63% 0.87% -
XYZ 34.64 20.93 71.32 -
YUV 127.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 178 83 222 0.20 0.63 0 0.13 281.01 0.68 0.6
Hex B2 53 DE 14 3F 0 D 119 44 3C
Octal 262 123 336 24 77 0 15 431 104 74
Binary 10110010 1010011 11011110 10100 111111 0 1101 100011001 1000100 111100

Color Harmonies of #B253DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253DE

Black with #B253DE

Text Example


Text Example

White with #B253DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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