Html Css Color HEX #B350FF Medium Orchid

📋 copy color: '#B350FF'

red 179 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B350FF

Tints of Medium Orchid #B350FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 34.82%
G = 15.56%
B = 49.61%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B350FF (or 0xB350FF) is known color: Medium Orchid. HEX triplet: B3, 50 and FF. RGB value is (179,80,255). Sum of RGB (Red+Green+Blue) = 179+80+255=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B350FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350FF is #4CAF00. Grayscale: #808080. Windows color (decimal): -5025537 or 16732339. OLE color: 16732339.

HSL color Cylindrical-coordinate representation of color #B350FF: hue angle of 273.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B350FF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 80 255 -
CMYK 0.30 0.69 0 0
HSL 273.94º 1% 0.66% -
HSV(B) 273.94º 0.69% 1% -
XYZ 39.51 22.54 96.88 -
YUV 129.55 198.8 163.27 -
System Red Green Blue C M Y K H S L
Decimal 179 80 255 0.30 0.69 0 0 273.94 1 0.66
Hex B3 50 FF 1E 45 0 0 112 64 42
Octal 263 120 377 36 105 0 0 422 144 102
Binary 10110011 1010000 11111111 11110 1000101 0 0 100010010 1100100 1000010

Color Harmonies of #B350FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350FF

Black with #B350FF

Text Example


Text Example

White with #B350FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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