Html Css Color HEX #B354F1 Medium Orchid

📋 copy color: '#B354F1'

red 179 ◦ green 84 ◦ blue 241

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

Shades of Medium Orchid #B354F1

Tints of Medium Orchid #B354F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 35.52%
G = 16.67%
B = 47.82%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B354F1 (or 0xB354F1) is known color: Medium Orchid. HEX triplet: B3, 54 and F1. RGB value is (179,84,241). Sum of RGB (Red+Green+Blue) = 179+84+241=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #B354F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354F1 is #4CAB0E. Grayscale: #818181. Windows color (decimal): -5024527 or 15815859. OLE color: 15815859.

HSL color Cylindrical-coordinate representation of color #B354F1: hue angle of 276.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B354F1 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 84 241 -
CMYK 0.26 0.65 0 0.05
HSL 276.31º 0.85% 0.64% -
HSV(B) 276.31º 0.65% 0.95% -
XYZ 37.64 22.28 85.53 -
YUV 130.3 190.47 162.73 -
System Red Green Blue C M Y K H S L
Decimal 179 84 241 0.26 0.65 0 0.05 276.31 0.85 0.64
Hex B3 54 F1 1A 41 0 5 114 55 40
Octal 263 124 361 32 101 0 5 424 125 100
Binary 10110011 1010100 11110001 11010 1000001 0 101 100010100 1010101 1000000

Color Harmonies of #B354F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354F1

Black with #B354F1

Text Example


Text Example

White with #B354F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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