Html Css Color HEX #B358FE Medium Orchid

📋 copy color: '#B358FE'

red 179 ◦ green 88 ◦ blue 254

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

Shades of Medium Orchid #B358FE

Tints of Medium Orchid #B358FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.89%

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

R = 34.36%
G = 16.89%
B = 48.75%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B358FE (or 0xB358FE) is known color: Medium Orchid. HEX triplet: B3, 58 and FE. RGB value is (179,88,254). Sum of RGB (Red+Green+Blue) = 179+88+254=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B358FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358FE is #4CA701. Grayscale: #858585. Windows color (decimal): -5023490 or 16668851. OLE color: 16668851.

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

Color convert

RGB 179 88 254 -
CMYK 0.30 0.65 0 0.00
HSL 272.89º 0.99% 0.67% -
HSV(B) 272.89º 0.65% 1% -
XYZ 39.97 23.72 96.24 -
YUV 134.13 195.65 160 -
System Red Green Blue C M Y K H S L
Decimal 179 88 254 0.30 0.65 0 0.00 272.89 0.99 0.67
Hex B3 58 FE 1E 41 0 0 111 63 43
Octal 263 130 376 36 101 0 0 421 143 103
Binary 10110011 1011000 11111110 11110 1000001 0 0 100010001 1100011 1000011

Color Harmonies of #B358FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358FE

Black with #B358FE

Text Example


Text Example

White with #B358FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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