Html Css Color HEX #B350F7 Medium Orchid

📋 copy color: '#B350F7'

red 179 ◦ green 80 ◦ blue 247

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

Shades of Medium Orchid #B350F7

Tints of Medium Orchid #B350F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 35.38%
G = 15.81%
B = 48.81%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B350F7 (or 0xB350F7) is known color: Medium Orchid. HEX triplet: B3, 50 and F7. RGB value is (179,80,247). Sum of RGB (Red+Green+Blue) = 179+80+247=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #B350F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350F7 is #4CAF08. Grayscale: #808080. Windows color (decimal): -5025545 or 16208051. OLE color: 16208051.

HSL color Cylindrical-coordinate representation of color #B350F7: hue angle of 275.57º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B350F7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 80 247 -
CMYK 0.28 0.68 0 0.03
HSL 275.57º 0.91% 0.64% -
HSV(B) 275.57º 0.68% 0.97% -
XYZ 38.25 22.04 90.23 -
YUV 128.64 194.8 163.92 -
System Red Green Blue C M Y K H S L
Decimal 179 80 247 0.28 0.68 0 0.03 275.57 0.91 0.64
Hex B3 50 F7 1C 44 0 3 114 5B 40
Octal 263 120 367 34 104 0 3 424 133 100
Binary 10110011 1010000 11110111 11100 1000100 0 11 100010100 1011011 1000000

Color Harmonies of #B350F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350F7

Black with #B350F7

Text Example


Text Example

White with #B350F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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