Html Css Color HEX #B253DD Medium Orchid

📋 copy color: '#B253DD'

red 178 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #B253DD

Tints of Medium Orchid #B253DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 36.93%
G = 17.22%
B = 45.85%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B253DD (or 0xB253DD) is known color: Medium Orchid. HEX triplet: B2, 53 and DD. RGB value is (178,83,221). Sum of RGB (Red+Green+Blue) = 178+83+221=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B253DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DD is #4DAC22. Grayscale: #7E7E7E. Windows color (decimal): -5090339 or 14504882. OLE color: 14504882.

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

Color convert

RGB 178 83 221 -
CMYK 0.19 0.62 0 0.13
HSL 281.3º 0.67% 0.6% -
HSV(B) 281.3º 0.62% 0.87% -
XYZ 34.5 20.87 70.62 -
YUV 127.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 178 83 221 0.19 0.62 0 0.13 281.3 0.67 0.6
Hex B2 53 DD 13 3E 0 D 119 43 3C
Octal 262 123 335 23 76 0 15 431 103 74
Binary 10110010 1010011 11011101 10011 111110 0 1101 100011001 1000011 111100

Color Harmonies of #B253DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253DD

Black with #B253DD

Text Example


Text Example

White with #B253DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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