Html Css Color HEX #B14BF2 Medium Orchid

📋 copy color: '#B14BF2'

red 177 ◦ green 75 ◦ blue 242

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

Shades of Medium Orchid #B14BF2

Tints of Medium Orchid #B14BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 35.83%
G = 15.18%
B = 48.99%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B14BF2 (or 0xB14BF2) is known color: Medium Orchid. HEX triplet: B1, 4B and F2. RGB value is (177,75,242). Sum of RGB (Red+Green+Blue) = 177+75+242=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #B14BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BF2 is #4EB40D. Grayscale: #7B7B7B. Windows color (decimal): -5157902 or 15879089. OLE color: 15879089.

HSL color Cylindrical-coordinate representation of color #B14BF2: hue angle of 276.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14BF2 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 75 242 -
CMYK 0.27 0.69 0 0.05
HSL 276.65º 0.87% 0.62% -
HSV(B) 276.65º 0.69% 0.95% -
XYZ 36.67 20.79 86.08 -
YUV 124.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 177 75 242 0.27 0.69 0 0.05 276.65 0.87 0.62
Hex B1 4B F2 1B 45 0 5 115 57 3E
Octal 261 113 362 33 105 0 5 425 127 76
Binary 10110001 1001011 11110010 11011 1000101 0 101 100010101 1010111 111110

Color Harmonies of #B14BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BF2

Black with #B14BF2

Text Example


Text Example

White with #B14BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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