Html Css Color HEX #B350FE Medium Orchid

📋 copy color: '#B350FE'

red 179 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #B350FE

Tints of Medium Orchid #B350FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 34.89%
G = 15.59%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B350FE (or 0xB350FE) is known color: Medium Orchid. HEX triplet: B3, 50 and FE. RGB value is (179,80,254). Sum of RGB (Red+Green+Blue) = 179+80+254=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B350FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350FE is #4CAF01. Grayscale: #808080. Windows color (decimal): -5025538 or 16666803. OLE color: 16666803.

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

Color convert

RGB 179 80 254 -
CMYK 0.30 0.69 0 0.00
HSL 274.14º 0.99% 0.65% -
HSV(B) 274.14º 0.69% 1% -
XYZ 39.35 22.48 96.03 -
YUV 129.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 179 80 254 0.30 0.69 0 0.00 274.14 0.99 0.65
Hex B3 50 FE 1E 45 0 0 112 63 41
Octal 263 120 376 36 105 0 0 422 143 101
Binary 10110011 1010000 11111110 11110 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B350FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B350FE

Black with #B350FE

Text Example


Text Example

White with #B350FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B350FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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