Html Css Color HEX #B35DDC Medium Orchid

📋 copy color: '#B35DDC'

red 179 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #B35DDC

Tints of Medium Orchid #B35DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.9%

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

R = 36.38%
G = 18.9%
B = 44.72%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B35DDC (or 0xB35DDC) is known color: Medium Orchid. HEX triplet: B3, 5D and DC. RGB value is (179,93,220). Sum of RGB (Red+Green+Blue) = 179+93+220=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B35DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DDC is #4CA223. Grayscale: #848484. Windows color (decimal): -5022244 or 14441907. OLE color: 14441907.

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

Color convert

RGB 179 93 220 -
CMYK 0.19 0.58 0 0.14
HSL 280.63º 0.64% 0.61% -
HSV(B) 280.63º 0.58% 0.86% -
XYZ 35.42 22.58 70.2 -
YUV 133.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 179 93 220 0.19 0.58 0 0.14 280.63 0.64 0.61
Hex B3 5D DC 13 3A 0 E 119 40 3D
Octal 263 135 334 23 72 0 16 431 100 75
Binary 10110011 1011101 11011100 10011 111010 0 1110 100011001 1000000 111101

Color Harmonies of #B35DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35DDC

Black with #B35DDC

Text Example


Text Example

White with #B35DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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