Html Css Color HEX #B14DFA Medium Orchid

📋 copy color: '#B14DFA'

red 177 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #B14DFA

Tints of Medium Orchid #B14DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 35.12%
G = 15.28%
B = 49.6%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14DFA (or 0xB14DFA) is known color: Medium Orchid. HEX triplet: B1, 4D and FA. RGB value is (177,77,250). Sum of RGB (Red+Green+Blue) = 177+77+250=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #B14DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFA is #4EB205. Grayscale: #7E7E7E. Windows color (decimal): -5157382 or 16403889. OLE color: 16403889.

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

Color convert

RGB 177 77 250 -
CMYK 0.29 0.69 0 0.02
HSL 274.68º 0.95% 0.64% -
HSV(B) 274.68º 0.69% 0.98% -
XYZ 38.04 21.56 92.6 -
YUV 126.62 197.63 163.93 -
System Red Green Blue C M Y K H S L
Decimal 177 77 250 0.29 0.69 0 0.02 274.68 0.95 0.64
Hex B1 4D FA 1D 45 0 2 113 5F 40
Octal 261 115 372 35 105 0 2 423 137 100
Binary 10110001 1001101 11111010 11101 1000101 0 10 100010011 1011111 1000000

Color Harmonies of #B14DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DFA

Black with #B14DFA

Text Example


Text Example

White with #B14DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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