Html Css Color HEX #B35EC8 Medium Orchid

📋 copy color: '#B35EC8'

red 179 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #B35EC8

Tints of Medium Orchid #B35EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 37.84%
G = 19.87%
B = 42.28%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B35EC8 (or 0xB35EC8) is known color: Medium Orchid. HEX triplet: B3, 5E and C8. RGB value is (179,94,200). Sum of RGB (Red+Green+Blue) = 179+94+200=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #B35EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EC8 is #4CA137. Grayscale: #838383. Windows color (decimal): -5022008 or 13131443. OLE color: 13131443.

HSL color Cylindrical-coordinate representation of color #B35EC8: hue angle of 288.11º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35EC8 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 94 200 -
CMYK 0.10 0.53 0 0.22
HSL 288.11º 0.49% 0.58% -
HSV(B) 288.11º 0.53% 0.78% -
XYZ 33.02 21.76 57.1 -
YUV 131.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 179 94 200 0.10 0.53 0 0.22 288.11 0.49 0.58
Hex B3 5E C8 A 35 0 16 120 31 3A
Octal 263 136 310 12 65 0 26 440 61 72
Binary 10110011 1011110 11001000 1010 110101 0 10110 100100000 110001 111010

Color Harmonies of #B35EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35EC8

Black with #B35EC8

Text Example


Text Example

White with #B35EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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