Html Css Color HEX #B35EDC Medium Orchid

📋 copy color: '#B35EDC'

red 179 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #B35EDC

Tints of Medium Orchid #B35EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 36.31%
G = 19.07%
B = 44.62%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B35EDC (or 0xB35EDC) is known color: Medium Orchid. HEX triplet: B3, 5E and DC. RGB value is (179,94,220). Sum of RGB (Red+Green+Blue) = 179+94+220=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #B35EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EDC is #4CA123. Grayscale: #858585. Windows color (decimal): -5021988 or 14442163. OLE color: 14442163.

HSL color Cylindrical-coordinate representation of color #B35EDC: hue angle of 280.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B35EDC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 94 220 -
CMYK 0.19 0.57 0 0.14
HSL 280.48º 0.64% 0.62% -
HSV(B) 280.48º 0.57% 0.86% -
XYZ 35.51 22.76 70.23 -
YUV 133.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 179 94 220 0.19 0.57 0 0.14 280.48 0.64 0.62
Hex B3 5E DC 13 39 0 E 118 40 3E
Octal 263 136 334 23 71 0 16 430 100 76
Binary 10110011 1011110 11011100 10011 111001 0 1110 100011000 1000000 111110

Color Harmonies of #B35EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EDC

Black with #B35EDC

Text Example


Text Example

White with #B35EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EDC; }

 p { color: rgb(179,94,220); }

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

background-color css

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

 a { background-color: rgb(179,94,220); }

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

border-color css

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

 span { border-color: rgb(179,94,220); }

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