Html Css Color HEX #B358FF Medium Orchid

📋 copy color: '#B358FF'

red 179 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #B358FF

Tints of Medium Orchid #B358FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 34.29%
G = 16.86%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B358FF (or 0xB358FF) is known color: Medium Orchid. HEX triplet: B3, 58 and FF. RGB value is (179,88,255). Sum of RGB (Red+Green+Blue) = 179+88+255=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B358FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358FF is #4CA700. Grayscale: #858585. Windows color (decimal): -5023489 or 16734387. OLE color: 16734387.

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

Color convert

RGB 179 88 255 -
CMYK 0.30 0.65 0 0
HSL 272.69º 1% 0.67% -
HSV(B) 272.69º 0.65% 1% -
XYZ 40.13 23.78 97.08 -
YUV 134.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 179 88 255 0.30 0.65 0 0 272.69 1 0.67
Hex B3 58 FF 1E 41 0 0 111 64 43
Octal 263 130 377 36 101 0 0 421 144 103
Binary 10110011 1011000 11111111 11110 1000001 0 0 100010001 1100100 1000011

Color Harmonies of #B358FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358FF

Black with #B358FF

Text Example


Text Example

White with #B358FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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