Html Css Color HEX #B350EB Medium Orchid

📋 copy color: '#B350EB'

red 179 ◦ green 80 ◦ blue 235

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

Shades of Medium Orchid #B350EB

Tints of Medium Orchid #B350EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.19%

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 36.23%
G = 16.19%
B = 47.57%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B350EB (or 0xB350EB) is known color: Medium Orchid. HEX triplet: B3, 50 and EB. RGB value is (179,80,235). Sum of RGB (Red+Green+Blue) = 179+80+235=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #B350EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350EB is #4CAF14. Grayscale: #7E7E7E. Windows color (decimal): -5025557 or 15421619. OLE color: 15421619.

HSL color Cylindrical-coordinate representation of color #B350EB: hue angle of 278.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B350EB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 80 235 -
CMYK 0.24 0.66 0 0.08
HSL 278.32º 0.79% 0.62% -
HSV(B) 278.32º 0.66% 0.92% -
XYZ 36.45 21.32 80.79 -
YUV 127.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 179 80 235 0.24 0.66 0 0.08 278.32 0.79 0.62
Hex B3 50 EB 18 42 0 8 116 4F 3E
Octal 263 120 353 30 102 0 10 426 117 76
Binary 10110011 1010000 11101011 11000 1000010 0 1000 100010110 1001111 111110

Color Harmonies of #B350EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350EB

Black with #B350EB

Text Example


Text Example

White with #B350EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350EB; }

 p { color: rgb(179,80,235); }

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

background-color css

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

 a { background-color: rgb(179,80,235); }

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

border-color css

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

 span { border-color: rgb(179,80,235); }

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