Html Css Color HEX #B146CF Medium Orchid

📋 copy color: '#B146CF'

red 177 ◦ green 70 ◦ blue 207

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

Shades of Medium Orchid #B146CF

Tints of Medium Orchid #B146CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 38.99%
G = 15.42%
B = 45.59%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B146CF (or 0xB146CF) is known color: Medium Orchid. HEX triplet: B1, 46 and CF. RGB value is (177,70,207). Sum of RGB (Red+Green+Blue) = 177+70+207=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B146CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146CF is #4EB930. Grayscale: #757575. Windows color (decimal): -5159217 or 13584049. OLE color: 13584049.

HSL color Cylindrical-coordinate representation of color #B146CF: hue angle of 286.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B146CF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 70 207 -
CMYK 0.14 0.66 0 0.19
HSL 286.86º 0.59% 0.54% -
HSV(B) 286.86º 0.66% 0.81% -
XYZ 31.58 18.23 60.89 -
YUV 117.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 177 70 207 0.14 0.66 0 0.19 286.86 0.59 0.54
Hex B1 46 CF E 42 0 13 11F 3B 36
Octal 261 106 317 16 102 0 23 437 73 66
Binary 10110001 1000110 11001111 1110 1000010 0 10011 100011111 111011 110110

Color Harmonies of #B146CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B146CF

Black with #B146CF

Text Example


Text Example

White with #B146CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B146CF; }

 p { color: rgb(177,70,207); }

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

background-color css

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

 a { background-color: rgb(177,70,207); }

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

border-color css

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

 span { border-color: rgb(177,70,207); }

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