Html Css Color HEX #B14BFA Medium Orchid

📋 copy color: '#B14BFA'

red 177 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #B14BFA

Tints of Medium Orchid #B14BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.94%

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 35.26%
G = 14.94%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14BFA (or 0xB14BFA) is known color: Medium Orchid. HEX triplet: B1, 4B and FA. RGB value is (177,75,250). Sum of RGB (Red+Green+Blue) = 177+75+250=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #B14BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BFA is #4EB405. Grayscale: #7C7C7C. Windows color (decimal): -5157894 or 16403377. OLE color: 16403377.

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

Color convert

RGB 177 75 250 -
CMYK 0.29 0.7 0 0.02
HSL 274.97º 0.95% 0.64% -
HSV(B) 274.97º 0.7% 0.98% -
XYZ 37.9 21.28 92.55 -
YUV 125.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 177 75 250 0.29 0.7 0 0.02 274.97 0.95 0.64
Hex B1 4B FA 1D 46 0 2 113 5F 40
Octal 261 113 372 35 106 0 2 423 137 100
Binary 10110001 1001011 11111010 11101 1000110 0 10 100010011 1011111 1000000

Color Harmonies of #B14BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BFA

Black with #B14BFA

Text Example


Text Example

White with #B14BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BFA; }

 p { color: rgb(177,75,250); }

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

background-color css

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

 a { background-color: rgb(177,75,250); }

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

border-color css

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

 span { border-color: rgb(177,75,250); }

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