Html Css Color HEX #B350F9 Medium Orchid

📋 copy color: '#B350F9'

red 179 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #B350F9

Tints of Medium Orchid #B350F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 35.24%
G = 15.75%
B = 49.02%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B350F9 (or 0xB350F9) is known color: Medium Orchid. HEX triplet: B3, 50 and F9. RGB value is (179,80,249). Sum of RGB (Red+Green+Blue) = 179+80+249=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #B350F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350F9 is #4CAF06. Grayscale: #808080. Windows color (decimal): -5025543 or 16339123. OLE color: 16339123.

HSL color Cylindrical-coordinate representation of color #B350F9: hue angle of 275.15º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B350F9 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 80 249 -
CMYK 0.28 0.68 0 0.02
HSL 275.15º 0.93% 0.65% -
HSV(B) 275.15º 0.68% 0.98% -
XYZ 38.56 22.16 91.87 -
YUV 128.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 179 80 249 0.28 0.68 0 0.02 275.15 0.93 0.65
Hex B3 50 F9 1C 44 0 2 113 5D 41
Octal 263 120 371 34 104 0 2 423 135 101
Binary 10110011 1010000 11111001 11100 1000100 0 10 100010011 1011101 1000001

Color Harmonies of #B350F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350F9

Black with #B350F9

Text Example


Text Example

White with #B350F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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