Html Css Color HEX #B354DB Medium Orchid

📋 copy color: '#B354DB'

red 179 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B354DB

Tints of Medium Orchid #B354DB

RGB

 RED value IS 179 (70.31% from 255) = 37.14%

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

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

R = 37.14%
G = 17.43%
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

#B354DB (or 0xB354DB) is known color: Medium Orchid. HEX triplet: B3, 54 and DB. RGB value is (179,84,219). Sum of RGB (Red+Green+Blue) = 179+84+219=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 84 (33.20% from 255 or 17.43% 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 #B354DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354DB is #4CAB24. Grayscale: #7F7F7F. Windows color (decimal): -5024549 or 14374067. OLE color: 14374067.

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

Color convert

RGB 179 84 219 -
CMYK 0.18 0.62 0 0.14
HSL 282.22º 0.65% 0.59% -
HSV(B) 282.22º 0.62% 0.86% -
XYZ 34.55 21.04 69.26 -
YUV 127.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 179 84 219 0.18 0.62 0 0.14 282.22 0.65 0.59
Hex B3 54 DB 12 3E 0 E 11A 41 3B
Octal 263 124 333 22 76 0 16 432 101 73
Binary 10110011 1010100 11011011 10010 111110 0 1110 100011010 1000001 111011

Color Harmonies of #B354DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354DB

Black with #B354DB

Text Example


Text Example

White with #B354DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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