Html Css Color HEX #B14AFB Medium Orchid

📋 copy color: '#B14AFB'

red 177 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #B14AFB

Tints of Medium Orchid #B14AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 35.26%
G = 14.74%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14AFB (or 0xB14AFB) is known color: Medium Orchid. HEX triplet: B1, 4A and FB. RGB value is (177,74,251). Sum of RGB (Red+Green+Blue) = 177+74+251=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #B14AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AFB is #4EB504. Grayscale: #7C7C7C. Windows color (decimal): -5158149 or 16468657. OLE color: 16468657.

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

Color convert

RGB 177 74 251 -
CMYK 0.29 0.71 0 0.02
HSL 274.92º 0.96% 0.64% -
HSV(B) 274.92º 0.71% 0.98% -
XYZ 37.99 21.21 93.36 -
YUV 124.98 199.12 165.11 -
System Red Green Blue C M Y K H S L
Decimal 177 74 251 0.29 0.71 0 0.02 274.92 0.96 0.64
Hex B1 4A FB 1D 47 0 2 113 60 40
Octal 261 112 373 35 107 0 2 423 140 100
Binary 10110001 1001010 11111011 11101 1000111 0 10 100010011 1100000 1000000

Color Harmonies of #B14AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AFB

Black with #B14AFB

Text Example


Text Example

White with #B14AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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