Html Css Color HEX #B350EF Medium Orchid

📋 copy color: '#B350EF'

red 179 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #B350EF

Tints of Medium Orchid #B350EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 35.94%
G = 16.06%
B = 47.99%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B350EF (or 0xB350EF) is known color: Medium Orchid. HEX triplet: B3, 50 and EF. RGB value is (179,80,239). Sum of RGB (Red+Green+Blue) = 179+80+239=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #B350EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350EF is #4CAF10. Grayscale: #7F7F7F. Windows color (decimal): -5025553 or 15683763. OLE color: 15683763.

HSL color Cylindrical-coordinate representation of color #B350EF: hue angle of 277.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B350EF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 80 239 -
CMYK 0.25 0.67 0 0.06
HSL 277.36º 0.83% 0.63% -
HSV(B) 277.36º 0.67% 0.94% -
XYZ 37.04 21.55 83.87 -
YUV 127.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 179 80 239 0.25 0.67 0 0.06 277.36 0.83 0.63
Hex B3 50 EF 19 43 0 6 115 53 3F
Octal 263 120 357 31 103 0 6 425 123 77
Binary 10110011 1010000 11101111 11001 1000011 0 110 100010101 1010011 111111

Color Harmonies of #B350EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350EF

Black with #B350EF

Text Example


Text Example

White with #B350EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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