Html Css Color HEX #B253DC Medium Orchid

📋 copy color: '#B253DC'

red 178 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #B253DC

Tints of Medium Orchid #B253DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 37.01%
G = 17.26%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B253DC (or 0xB253DC) is known color: Medium Orchid. HEX triplet: B2, 53 and DC. RGB value is (178,83,220). Sum of RGB (Red+Green+Blue) = 178+83+220=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B253DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DC is #4DAC23. Grayscale: #7E7E7E. Windows color (decimal): -5090340 or 14439346. OLE color: 14439346.

HSL color Cylindrical-coordinate representation of color #B253DC: hue angle of 281.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B253DC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 83 220 -
CMYK 0.19 0.62 0 0.14
HSL 281.61º 0.66% 0.59% -
HSV(B) 281.61º 0.62% 0.86% -
XYZ 34.37 20.82 69.92 -
YUV 127.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 178 83 220 0.19 0.62 0 0.14 281.61 0.66 0.59
Hex B2 53 DC 13 3E 0 E 11A 42 3B
Octal 262 123 334 23 76 0 16 432 102 73
Binary 10110010 1010011 11011100 10011 111110 0 1110 100011010 1000010 111011

Color Harmonies of #B253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253DC

Black with #B253DC

Text Example


Text Example

White with #B253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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