Html Css Color HEX #B354F8 Medium Orchid

📋 copy color: '#B354F8'

red 179 ◦ green 84 ◦ blue 248

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

Shades of Medium Orchid #B354F8

Tints of Medium Orchid #B354F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.53%

R = 35.03%
G = 16.44%
B = 48.53%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B354F8 (or 0xB354F8) is known color: Medium Orchid. HEX triplet: B3, 54 and F8. RGB value is (179,84,248). Sum of RGB (Red+Green+Blue) = 179+84+248=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #B354F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354F8 is #4CAB07. Grayscale: #828282. Windows color (decimal): -5024520 or 16274611. OLE color: 16274611.

HSL color Cylindrical-coordinate representation of color #B354F8: hue angle of 274.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B354F8 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 84 248 -
CMYK 0.28 0.66 0 0.03
HSL 274.76º 0.92% 0.65% -
HSV(B) 274.76º 0.66% 0.97% -
XYZ 38.7 22.7 91.15 -
YUV 131.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 179 84 248 0.28 0.66 0 0.03 274.76 0.92 0.65
Hex B3 54 F8 1C 42 0 3 113 5C 41
Octal 263 124 370 34 102 0 3 423 134 101
Binary 10110011 1010100 11111000 11100 1000010 0 11 100010011 1011100 1000001

Color Harmonies of #B354F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354F8

Black with #B354F8

Text Example


Text Example

White with #B354F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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