Html Css Color HEX #B354FB Medium Orchid

📋 copy color: '#B354FB'

red 179 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #B354FB

Tints of Medium Orchid #B354FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.34%

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 34.82%
G = 16.34%
B = 48.83%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B354FB (or 0xB354FB) is known color: Medium Orchid. HEX triplet: B3, 54 and FB. RGB value is (179,84,251). Sum of RGB (Red+Green+Blue) = 179+84+251=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #B354FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354FB is #4CAB04. Grayscale: #828282. Windows color (decimal): -5024517 or 16471219. OLE color: 16471219.

HSL color Cylindrical-coordinate representation of color #B354FB: hue angle of 274.13º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B354FB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 84 251 -
CMYK 0.29 0.67 0 0.02
HSL 274.13º 0.95% 0.66% -
HSV(B) 274.13º 0.67% 0.98% -
XYZ 39.17 22.89 93.62 -
YUV 131.44 195.47 161.92 -
System Red Green Blue C M Y K H S L
Decimal 179 84 251 0.29 0.67 0 0.02 274.13 0.95 0.66
Hex B3 54 FB 1D 43 0 2 112 5F 42
Octal 263 124 373 35 103 0 2 422 137 102
Binary 10110011 1010100 11111011 11101 1000011 0 10 100010010 1011111 1000010

Color Harmonies of #B354FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354FB

Black with #B354FB

Text Example


Text Example

White with #B354FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354FB; }

 p { color: rgb(179,84,251); }

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

background-color css

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

 a { background-color: rgb(179,84,251); }

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

border-color css

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

 span { border-color: rgb(179,84,251); }

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