Html Css Color HEX #B14CFB Medium Orchid

📋 copy color: '#B14CFB'

red 177 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #B14CFB

Tints of Medium Orchid #B14CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

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

R = 35.12%
G = 15.08%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14CFB (or 0xB14CFB) is known color: Medium Orchid. HEX triplet: B1, 4C and FB. RGB value is (177,76,251). Sum of RGB (Red+Green+Blue) = 177+76+251=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #B14CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CFB is #4EB304. Grayscale: #7D7D7D. Windows color (decimal): -5157637 or 16469169. OLE color: 16469169.

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

Color convert

RGB 177 76 251 -
CMYK 0.29 0.70 0 0.02
HSL 274.63º 0.96% 0.64% -
HSV(B) 274.63º 0.7% 0.98% -
XYZ 38.13 21.48 93.4 -
YUV 126.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 177 76 251 0.29 0.70 0 0.02 274.63 0.96 0.64
Hex B1 4C FB 1D 46 0 2 113 60 40
Octal 261 114 373 35 106 0 2 423 140 100
Binary 10110001 1001100 11111011 11101 1000110 0 10 100010011 1100000 1000000

Color Harmonies of #B14CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CFB

Black with #B14CFB

Text Example


Text Example

White with #B14CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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