Html Css Color HEX #B358FB Medium Orchid

📋 copy color: '#B358FB'

red 179 ◦ green 88 ◦ blue 251

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

Shades of Medium Orchid #B358FB

Tints of Medium Orchid #B358FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 34.56%
G = 16.99%
B = 48.46%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B358FB (or 0xB358FB) is known color: Medium Orchid. HEX triplet: B3, 58 and FB. RGB value is (179,88,251). Sum of RGB (Red+Green+Blue) = 179+88+251=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #B358FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358FB is #4CA704. Grayscale: #858585. Windows color (decimal): -5023493 or 16472243. OLE color: 16472243.

HSL color Cylindrical-coordinate representation of color #B358FB: hue angle of 273.5º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B358FB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 88 251 -
CMYK 0.29 0.65 0 0.02
HSL 273.5º 0.95% 0.66% -
HSV(B) 273.5º 0.65% 0.98% -
XYZ 39.49 23.53 93.73 -
YUV 133.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 179 88 251 0.29 0.65 0 0.02 273.5 0.95 0.66
Hex B3 58 FB 1D 41 0 2 111 5F 42
Octal 263 130 373 35 101 0 2 421 137 102
Binary 10110011 1011000 11111011 11101 1000001 0 10 100010001 1011111 1000010

Color Harmonies of #B358FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358FB

Black with #B358FB

Text Example


Text Example

White with #B358FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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