Html Css Color HEX #B351FF Medium Orchid

📋 copy color: '#B351FF'

red 179 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #B351FF

Tints of Medium Orchid #B351FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.73%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 34.76%
G = 15.73%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B351FF (or 0xB351FF) is known color: Medium Orchid. HEX triplet: B3, 51 and FF. RGB value is (179,81,255). Sum of RGB (Red+Green+Blue) = 179+81+255=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B351FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351FF is #4CAE00. Grayscale: #818181. Windows color (decimal): -5025281 or 16732595. OLE color: 16732595.

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

Color convert

RGB 179 81 255 -
CMYK 0.30 0.68 0 0
HSL 273.79º 1% 0.66% -
HSV(B) 273.79º 0.68% 1% -
XYZ 39.58 22.69 96.9 -
YUV 130.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 179 81 255 0.30 0.68 0 0 273.79 1 0.66
Hex B3 51 FF 1E 44 0 0 112 64 42
Octal 263 121 377 36 104 0 0 422 144 102
Binary 10110011 1010001 11111111 11110 1000100 0 0 100010010 1100100 1000010

Color Harmonies of #B351FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351FF

Black with #B351FF

Text Example


Text Example

White with #B351FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351FF; }

 p { color: rgb(179,81,255); }

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

background-color css

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

 a { background-color: rgb(179,81,255); }

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

border-color css

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

 span { border-color: rgb(179,81,255); }

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