Html Css Color HEX #B358C9 Medium Orchid

📋 copy color: '#B358C9'

red 179 ◦ green 88 ◦ blue 201

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

Shades of Medium Orchid #B358C9

Tints of Medium Orchid #B358C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 38.25%
G = 18.8%
B = 42.95%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B358C9 (or 0xB358C9) is known color: Medium Orchid. HEX triplet: B3, 58 and C9. RGB value is (179,88,201). Sum of RGB (Red+Green+Blue) = 179+88+201=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #B358C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358C9 is #4CA736. Grayscale: #7F7F7F. Windows color (decimal): -5023543 or 13195443. OLE color: 13195443.

HSL color Cylindrical-coordinate representation of color #B358C9: hue angle of 288.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B358C9 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 88 201 -
CMYK 0.11 0.56 0 0.21
HSL 288.32º 0.51% 0.57% -
HSV(B) 288.32º 0.56% 0.79% -
XYZ 32.62 20.78 57.55 -
YUV 128.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 179 88 201 0.11 0.56 0 0.21 288.32 0.51 0.57
Hex B3 58 C9 B 38 0 15 120 33 39
Octal 263 130 311 13 70 0 25 440 63 71
Binary 10110011 1011000 11001001 1011 111000 0 10101 100100000 110011 111001

Color Harmonies of #B358C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358C9

Black with #B358C9

Text Example


Text Example

White with #B358C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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