Html Css Color HEX #B351F3 Medium Orchid

📋 copy color: '#B351F3'

red 179 ◦ green 81 ◦ blue 243

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

Shades of Medium Orchid #B351F3

Tints of Medium Orchid #B351F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 35.59%
G = 16.1%
B = 48.31%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B351F3 (or 0xB351F3) is known color: Medium Orchid. HEX triplet: B3, 51 and F3. RGB value is (179,81,243). Sum of RGB (Red+Green+Blue) = 179+81+243=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #B351F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351F3 is #4CAE0C. Grayscale: #808080. Windows color (decimal): -5025293 or 15946163. OLE color: 15946163.

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

Color convert

RGB 179 81 243 -
CMYK 0.26 0.67 0 0.05
HSL 276.3º 0.87% 0.64% -
HSV(B) 276.3º 0.67% 0.95% -
XYZ 37.71 21.94 87.04 -
YUV 128.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 179 81 243 0.26 0.67 0 0.05 276.3 0.87 0.64
Hex B3 51 F3 1A 43 0 5 114 57 40
Octal 263 121 363 32 103 0 5 424 127 100
Binary 10110011 1010001 11110011 11010 1000011 0 101 100010100 1010111 1000000

Color Harmonies of #B351F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351F3

Black with #B351F3

Text Example


Text Example

White with #B351F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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