Html Css Color HEX #B354DF Medium Orchid

📋 copy color: '#B354DF'

red 179 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #B354DF

Tints of Medium Orchid #B354DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 36.83%
G = 17.28%
B = 45.88%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B354DF (or 0xB354DF) is known color: Medium Orchid. HEX triplet: B3, 54 and DF. RGB value is (179,84,223). Sum of RGB (Red+Green+Blue) = 179+84+223=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B354DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354DF is #4CAB20. Grayscale: #7F7F7F. Windows color (decimal): -5024545 or 14636211. OLE color: 14636211.

HSL color Cylindrical-coordinate representation of color #B354DF: hue angle of 281.01º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B354DF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 84 223 -
CMYK 0.20 0.62 0 0.13
HSL 281.01º 0.68% 0.6% -
HSV(B) 281.01º 0.62% 0.87% -
XYZ 35.08 21.25 72.07 -
YUV 128.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 179 84 223 0.20 0.62 0 0.13 281.01 0.68 0.6
Hex B3 54 DF 14 3E 0 D 119 44 3C
Octal 263 124 337 24 76 0 15 431 104 74
Binary 10110011 1010100 11011111 10100 111110 0 1101 100011001 1000100 111100

Color Harmonies of #B354DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354DF

Black with #B354DF

Text Example


Text Example

White with #B354DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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