Html Css Color HEX #B35EDD Medium Orchid

📋 copy color: '#B35EDD'

red 179 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #B35EDD

Tints of Medium Orchid #B35EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 36.23%
G = 19.03%
B = 44.74%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B35EDD (or 0xB35EDD) is known color: Medium Orchid. HEX triplet: B3, 5E and DD. RGB value is (179,94,221). Sum of RGB (Red+Green+Blue) = 179+94+221=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B35EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EDD is #4CA122. Grayscale: #858585. Windows color (decimal): -5021987 or 14507699. OLE color: 14507699.

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

Color convert

RGB 179 94 221 -
CMYK 0.19 0.57 0 0.13
HSL 280.16º 0.65% 0.62% -
HSV(B) 280.16º 0.57% 0.87% -
XYZ 35.64 22.81 70.93 -
YUV 133.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 179 94 221 0.19 0.57 0 0.13 280.16 0.65 0.62
Hex B3 5E DD 13 39 0 D 118 41 3E
Octal 263 136 335 23 71 0 15 430 101 76
Binary 10110011 1011110 11011101 10011 111001 0 1101 100011000 1000001 111110

Color Harmonies of #B35EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EDD

Black with #B35EDD

Text Example


Text Example

White with #B35EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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