Html Css Color HEX #B355FE Medium Orchid

📋 copy color: '#B355FE'

red 179 ◦ green 85 ◦ blue 254

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

Shades of Medium Orchid #B355FE

Tints of Medium Orchid #B355FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 34.56%
G = 16.41%
B = 49.03%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B355FE (or 0xB355FE) is known color: Medium Orchid. HEX triplet: B3, 55 and FE. RGB value is (179,85,254). Sum of RGB (Red+Green+Blue) = 179+85+254=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B355FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355FE is #4CAA01. Grayscale: #838383. Windows color (decimal): -5024258 or 16668083. OLE color: 16668083.

HSL color Cylindrical-coordinate representation of color #B355FE: hue angle of 273.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B355FE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 85 254 -
CMYK 0.30 0.67 0 0.00
HSL 273.37º 0.99% 0.66% -
HSV(B) 273.37º 0.67% 1% -
XYZ 39.73 23.24 96.16 -
YUV 132.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 179 85 254 0.30 0.67 0 0.00 273.37 0.99 0.66
Hex B3 55 FE 1E 43 0 0 111 63 42
Octal 263 125 376 36 103 0 0 421 143 102
Binary 10110011 1010101 11111110 11110 1000011 0 0 100010001 1100011 1000010

Color Harmonies of #B355FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355FE

Black with #B355FE

Text Example


Text Example

White with #B355FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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