Html Css Color HEX #B453DB Medium Orchid

📋 copy color: '#B453DB'

red 180 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #B453DB

Tints of Medium Orchid #B453DB

RGB

 RED value IS 180 (70.7% from 255) = 37.34%

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

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

R = 37.34%
G = 17.22%
B = 45.44%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B453DB (or 0xB453DB) is known color: Medium Orchid. HEX triplet: B4, 53 and DB. RGB value is (180,83,219). Sum of RGB (Red+Green+Blue) = 180+83+219=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #B453DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453DB is #4BAC24. Grayscale: #7F7F7F. Windows color (decimal): -4959269 or 14373812. OLE color: 14373812.

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

Color convert

RGB 180 83 219 -
CMYK 0.18 0.62 0 0.14
HSL 282.79º 0.65% 0.59% -
HSV(B) 282.79º 0.62% 0.86% -
XYZ 34.7 21 69.24 -
YUV 127.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 180 83 219 0.18 0.62 0 0.14 282.79 0.65 0.59
Hex B4 53 DB 12 3E 0 E 11B 41 3B
Octal 264 123 333 22 76 0 16 433 101 73
Binary 10110100 1010011 11011011 10010 111110 0 1110 100011011 1000001 111011

Color Harmonies of #B453DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453DB

Black with #B453DB

Text Example


Text Example

White with #B453DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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