Html Css Color HEX #B358FD Medium Orchid

📋 copy color: '#B358FD'

red 179 ◦ green 88 ◦ blue 253

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

Shades of Medium Orchid #B358FD

Tints of Medium Orchid #B358FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 34.42%
G = 16.92%
B = 48.65%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B358FD (or 0xB358FD) is known color: Medium Orchid. HEX triplet: B3, 58 and FD. RGB value is (179,88,253). Sum of RGB (Red+Green+Blue) = 179+88+253=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #B358FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358FD is #4CA702. Grayscale: #858585. Windows color (decimal): -5023491 or 16603315. OLE color: 16603315.

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

Color convert

RGB 179 88 253 -
CMYK 0.29 0.65 0 0.01
HSL 273.09º 0.98% 0.67% -
HSV(B) 273.09º 0.65% 0.99% -
XYZ 39.81 23.66 95.4 -
YUV 134.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 179 88 253 0.29 0.65 0 0.01 273.09 0.98 0.67
Hex B3 58 FD 1D 41 0 1 111 62 43
Octal 263 130 375 35 101 0 1 421 142 103
Binary 10110011 1011000 11111101 11101 1000001 0 1 100010001 1100010 1000011

Color Harmonies of #B358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358FD

Black with #B358FD

Text Example


Text Example

White with #B358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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