Html Css Color HEX #B350E8 Medium Orchid

📋 copy color: '#B350E8'

red 179 ◦ green 80 ◦ blue 232

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

Shades of Medium Orchid #B350E8

Tints of Medium Orchid #B350E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 36.46%
G = 16.29%
B = 47.25%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B350E8 (or 0xB350E8) is known color: Medium Orchid. HEX triplet: B3, 50 and E8. RGB value is (179,80,232). Sum of RGB (Red+Green+Blue) = 179+80+232=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #B350E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350E8 is #4CAF17. Grayscale: #7E7E7E. Windows color (decimal): -5025560 or 15225011. OLE color: 15225011.

HSL color Cylindrical-coordinate representation of color #B350E8: hue angle of 279.08º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B350E8 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 80 232 -
CMYK 0.23 0.66 0 0.09
HSL 279.08º 0.77% 0.61% -
HSV(B) 279.08º 0.66% 0.91% -
XYZ 36.02 21.15 78.53 -
YUV 126.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 179 80 232 0.23 0.66 0 0.09 279.08 0.77 0.61
Hex B3 50 E8 17 42 0 9 117 4D 3D
Octal 263 120 350 27 102 0 11 427 115 75
Binary 10110011 1010000 11101000 10111 1000010 0 1001 100010111 1001101 111101

Color Harmonies of #B350E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350E8

Black with #B350E8

Text Example


Text Example

White with #B350E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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