Html Css Color HEX #B14DFB Medium Orchid

📋 copy color: '#B14DFB'

red 177 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #B14DFB

Tints of Medium Orchid #B14DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 35.05%
G = 15.25%
B = 49.7%

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

#B14DFB (or 0xB14DFB) is known color: Medium Orchid. HEX triplet: B1, 4D and FB. RGB value is (177,77,251). Sum of RGB (Red+Green+Blue) = 177+77+251=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B14DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFB is #4EB204. Grayscale: #7E7E7E. Windows color (decimal): -5157381 or 16469425. OLE color: 16469425.

HSL color Cylindrical-coordinate representation of color #B14DFB: hue angle of 274.48º degrees, saturation: 0.96, 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 #B14DFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 77 251 -
CMYK 0.29 0.69 0 0.02
HSL 274.48º 0.96% 0.64% -
HSV(B) 274.48º 0.69% 0.98% -
XYZ 38.2 21.62 93.43 -
YUV 126.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 177 77 251 0.29 0.69 0 0.02 274.48 0.96 0.64
Hex B1 4D FB 1D 45 0 2 112 60 40
Octal 261 115 373 35 105 0 2 422 140 100
Binary 10110001 1001101 11111011 11101 1000101 0 10 100010010 1100000 1000000

Color Harmonies of #B14DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DFB

Black with #B14DFB

Text Example


Text Example

White with #B14DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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