Html Css Color HEX #B35BDC Medium Orchid

📋 copy color: '#B35BDC'

red 179 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #B35BDC

Tints of Medium Orchid #B35BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.57%

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

R = 36.53%
G = 18.57%
B = 44.9%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B35BDC (or 0xB35BDC) is known color: Medium Orchid. HEX triplet: B3, 5B and DC. RGB value is (179,91,220). Sum of RGB (Red+Green+Blue) = 179+91+220=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B35BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BDC is #4CA423. Grayscale: #838383. Windows color (decimal): -5022756 or 14441395. OLE color: 14441395.

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

Color convert

RGB 179 91 220 -
CMYK 0.19 0.59 0 0.14
HSL 280.93º 0.65% 0.61% -
HSV(B) 280.93º 0.59% 0.86% -
XYZ 35.25 22.23 70.14 -
YUV 132.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 179 91 220 0.19 0.59 0 0.14 280.93 0.65 0.61
Hex B3 5B DC 13 3B 0 E 119 41 3D
Octal 263 133 334 23 73 0 16 431 101 75
Binary 10110011 1011011 11011100 10011 111011 0 1110 100011001 1000001 111101

Color Harmonies of #B35BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35BDC

Black with #B35BDC

Text Example


Text Example

White with #B35BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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