Html Css Color HEX #B35ECD Medium Orchid

📋 copy color: '#B35ECD'

red 179 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B35ECD

Tints of Medium Orchid #B35ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 37.45%
G = 19.67%
B = 42.89%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B35ECD (or 0xB35ECD) is known color: Medium Orchid. HEX triplet: B3, 5E and CD. RGB value is (179,94,205). Sum of RGB (Red+Green+Blue) = 179+94+205=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ECD is #4CA132. Grayscale: #838383. Windows color (decimal): -5022003 or 13459123. OLE color: 13459123.

HSL color Cylindrical-coordinate representation of color #B35ECD: hue angle of 285.95º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35ECD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 94 205 -
CMYK 0.13 0.54 0 0.20
HSL 285.95º 0.53% 0.59% -
HSV(B) 285.95º 0.54% 0.8% -
XYZ 33.61 22 60.23 -
YUV 132.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 179 94 205 0.13 0.54 0 0.20 285.95 0.53 0.59
Hex B3 5E CD D 36 0 14 11E 35 3B
Octal 263 136 315 15 66 0 24 436 65 73
Binary 10110011 1011110 11001101 1101 110110 0 10100 100011110 110101 111011

Color Harmonies of #B35ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35ECD

Black with #B35ECD

Text Example


Text Example

White with #B35ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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