Html Css Color HEX #B35EEE Medium Orchid

📋 copy color: '#B35EEE'

red 179 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #B35EEE

Tints of Medium Orchid #B35EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 35.03%
G = 18.4%
B = 46.58%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B35EEE (or 0xB35EEE) is known color: Medium Orchid. HEX triplet: B3, 5E and EE. RGB value is (179,94,238). Sum of RGB (Red+Green+Blue) = 179+94+238=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #B35EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35EEE is #4CA111. Grayscale: #878787. Windows color (decimal): -5021970 or 15621811. OLE color: 15621811.

HSL color Cylindrical-coordinate representation of color #B35EEE: hue angle of 275.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35EEE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 94 238 -
CMYK 0.25 0.61 0 0.07
HSL 275.42º 0.81% 0.65% -
HSV(B) 275.42º 0.61% 0.93% -
XYZ 38.03 23.76 83.47 -
YUV 135.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 179 94 238 0.25 0.61 0 0.07 275.42 0.81 0.65
Hex B3 5E EE 19 3D 0 7 113 51 41
Octal 263 136 356 31 75 0 7 423 121 101
Binary 10110011 1011110 11101110 11001 111101 0 111 100010011 1010001 1000001

Color Harmonies of #B35EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EEE

Black with #B35EEE

Text Example


Text Example

White with #B35EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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