Html Css Color HEX #B14FF3 Medium Orchid

📋 copy color: '#B14FF3'

red 177 ◦ green 79 ◦ blue 243

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

Shades of Medium Orchid #B14FF3

Tints of Medium Orchid #B14FF3

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

 GREEN value IS 79 (31.25% from 255) = 15.83%

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

R = 35.47%
G = 15.83%
B = 48.7%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B14FF3 (or 0xB14FF3) is known color: Medium Orchid. HEX triplet: B1, 4F and F3. RGB value is (177,79,243). Sum of RGB (Red+Green+Blue) = 177+79+243=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #B14FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FF3 is #4EB00C. Grayscale: #7E7E7E. Windows color (decimal): -5156877 or 15945649. OLE color: 15945649.

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

Color convert

RGB 177 79 243 -
CMYK 0.27 0.67 0 0.05
HSL 275.85º 0.87% 0.63% -
HSV(B) 275.85º 0.67% 0.95% -
XYZ 37.11 21.41 86.97 -
YUV 127 193.47 163.66 -
System Red Green Blue C M Y K H S L
Decimal 177 79 243 0.27 0.67 0 0.05 275.85 0.87 0.63
Hex B1 4F F3 1B 43 0 5 114 57 3F
Octal 261 117 363 33 103 0 5 424 127 77
Binary 10110001 1001111 11110011 11011 1000011 0 101 100010100 1010111 111111

Color Harmonies of #B14FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FF3

Black with #B14FF3

Text Example


Text Example

White with #B14FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FF3; }

 p { color: rgb(177,79,243); }

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

background-color css

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

 a { background-color: rgb(177,79,243); }

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

border-color css

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

 span { border-color: rgb(177,79,243); }

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