Html Css Color HEX #B253DB Medium Orchid

📋 copy color: '#B253DB'

red 178 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #B253DB

Tints of Medium Orchid #B253DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 37.08%
G = 17.29%
B = 45.63%

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

#B253DB (or 0xB253DB) is known color: Medium Orchid. HEX triplet: B2, 53 and DB. RGB value is (178,83,219). Sum of RGB (Red+Green+Blue) = 178+83+219=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B253DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253DB is #4DAC24. Grayscale: #7E7E7E. Windows color (decimal): -5090341 or 14373810. OLE color: 14373810.

HSL color Cylindrical-coordinate representation of color #B253DB: hue angle of 281.91º degrees, saturation: 0.65, 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 #B253DB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 83 219 -
CMYK 0.19 0.62 0 0.14
HSL 281.91º 0.65% 0.59% -
HSV(B) 281.91º 0.62% 0.86% -
XYZ 34.24 20.77 69.22 -
YUV 126.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 178 83 219 0.19 0.62 0 0.14 281.91 0.65 0.59
Hex B2 53 DB 13 3E 0 E 11A 41 3B
Octal 262 123 333 23 76 0 16 432 101 73
Binary 10110010 1010011 11011011 10011 111110 0 1110 100011010 1000001 111011

Color Harmonies of #B253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253DB

Black with #B253DB

Text Example


Text Example

White with #B253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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