Html Css Color HEX #B454DB Medium Orchid

📋 copy color: '#B454DB'

red 180 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B454DB

Tints of Medium Orchid #B454DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.39%

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

R = 37.27%
G = 17.39%
B = 45.34%

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

#B454DB (or 0xB454DB) is known color: Medium Orchid. HEX triplet: B4, 54 and DB. RGB value is (180,84,219). Sum of RGB (Red+Green+Blue) = 180+84+219=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B454DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454DB is #4BAB24. Grayscale: #7F7F7F. Windows color (decimal): -4959013 or 14374068. OLE color: 14374068.

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

Color convert

RGB 180 84 219 -
CMYK 0.18 0.62 0 0.14
HSL 282.67º 0.65% 0.59% -
HSV(B) 282.67º 0.62% 0.86% -
XYZ 34.78 21.16 69.27 -
YUV 128.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 180 84 219 0.18 0.62 0 0.14 282.67 0.65 0.59
Hex B4 54 DB 12 3E 0 E 11B 41 3B
Octal 264 124 333 22 76 0 16 433 101 73
Binary 10110100 1010100 11011011 10010 111110 0 1110 100011011 1000001 111011

Color Harmonies of #B454DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B454DB

Black with #B454DB

Text Example


Text Example

White with #B454DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B454DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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