Html Css Color HEX #B355F8 Medium Orchid

📋 copy color: '#B355F8'

red 179 ◦ green 85 ◦ blue 248

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

Shades of Medium Orchid #B355F8

Tints of Medium Orchid #B355F8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.6%

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

R = 34.96%
G = 16.6%
B = 48.44%

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

#B355F8 (or 0xB355F8) is known color: Medium Orchid. HEX triplet: B3, 55 and F8. RGB value is (179,85,248). Sum of RGB (Red+Green+Blue) = 179+85+248=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #B355F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355F8 is #4CAA07. Grayscale: #838383. Windows color (decimal): -5024264 or 16274867. OLE color: 16274867.

HSL color Cylindrical-coordinate representation of color #B355F8: hue angle of 274.6º 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 #B355F8 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 85 248 -
CMYK 0.28 0.66 0 0.03
HSL 274.6º 0.92% 0.65% -
HSV(B) 274.6º 0.66% 0.97% -
XYZ 38.78 22.86 91.17 -
YUV 131.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 179 85 248 0.28 0.66 0 0.03 274.6 0.92 0.65
Hex B3 55 F8 1C 42 0 3 113 5C 41
Octal 263 125 370 34 102 0 3 423 134 101
Binary 10110011 1010101 11111000 11100 1000010 0 11 100010011 1011100 1000001

Color Harmonies of #B355F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355F8

Black with #B355F8

Text Example


Text Example

White with #B355F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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