Html Css Color HEX #B14BFC Medium Orchid

📋 copy color: '#B14BFC'

red 177 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #B14BFC

Tints of Medium Orchid #B14BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 35.12%
G = 14.88%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B14BFC (or 0xB14BFC) is known color: Medium Orchid. HEX triplet: B1, 4B and FC. RGB value is (177,75,252). Sum of RGB (Red+Green+Blue) = 177+75+252=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #B14BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BFC is #4EB403. Grayscale: #7D7D7D. Windows color (decimal): -5157892 or 16534449. OLE color: 16534449.

HSL color Cylindrical-coordinate representation of color #B14BFC: hue angle of 274.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14BFC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 75 252 -
CMYK 0.30 0.70 0 0.01
HSL 274.58º 0.97% 0.64% -
HSV(B) 274.58º 0.7% 0.99% -
XYZ 38.22 21.41 94.21 -
YUV 125.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 177 75 252 0.30 0.70 0 0.01 274.58 0.97 0.64
Hex B1 4B FC 1E 46 0 1 113 61 40
Octal 261 113 374 36 106 0 1 423 141 100
Binary 10110001 1001011 11111100 11110 1000110 0 1 100010011 1100001 1000000

Color Harmonies of #B14BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BFC

Black with #B14BFC

Text Example


Text Example

White with #B14BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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