Html Css Color HEX #B14AFA Medium Orchid

📋 copy color: '#B14AFA'

red 177 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #B14AFA

Tints of Medium Orchid #B14AFA

RGB

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

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

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

R = 35.33%
G = 14.77%
B = 49.9%

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

#B14AFA (or 0xB14AFA) is known color: Medium Orchid. HEX triplet: B1, 4A and FA. RGB value is (177,74,250). Sum of RGB (Red+Green+Blue) = 177+74+250=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #B14AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AFA is #4EB505. Grayscale: #7C7C7C. Windows color (decimal): -5158150 or 16403121. OLE color: 16403121.

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

Color convert

RGB 177 74 250 -
CMYK 0.29 0.70 0 0.02
HSL 275.11º 0.95% 0.64% -
HSV(B) 275.11º 0.7% 0.98% -
XYZ 37.84 21.15 92.53 -
YUV 124.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 177 74 250 0.29 0.70 0 0.02 275.11 0.95 0.64
Hex B1 4A FA 1D 46 0 2 113 5F 40
Octal 261 112 372 35 106 0 2 423 137 100
Binary 10110001 1001010 11111010 11101 1000110 0 10 100010011 1011111 1000000

Color Harmonies of #B14AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AFA

Black with #B14AFA

Text Example


Text Example

White with #B14AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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