Html Css Color HEX #B450DB Medium Orchid

📋 copy color: '#B450DB'

red 180 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #B450DB

Tints of Medium Orchid #B450DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.7%

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

R = 37.58%
G = 16.7%
B = 45.72%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B450DB (or 0xB450DB) is known color: Medium Orchid. HEX triplet: B4, 50 and DB. RGB value is (180,80,219). Sum of RGB (Red+Green+Blue) = 180+80+219=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B450DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450DB is #4BAF24. Grayscale: #7D7D7D. Windows color (decimal): -4960037 or 14373044. OLE color: 14373044.

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

Color convert

RGB 180 80 219 -
CMYK 0.18 0.63 0 0.14
HSL 283.17º 0.66% 0.59% -
HSV(B) 283.17º 0.63% 0.86% -
XYZ 34.48 20.56 69.17 -
YUV 125.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 180 80 219 0.18 0.63 0 0.14 283.17 0.66 0.59
Hex B4 50 DB 12 3F 0 E 11B 42 3B
Octal 264 120 333 22 77 0 16 433 102 73
Binary 10110100 1010000 11011011 10010 111111 0 1110 100011011 1000010 111011

Color Harmonies of #B450DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450DB

Black with #B450DB

Text Example


Text Example

White with #B450DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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