Html Css Color HEX #B140F2 Medium Orchid

📋 copy color: '#B140F2'

red 177 ◦ green 64 ◦ blue 242

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

Shades of Medium Orchid #B140F2

Tints of Medium Orchid #B140F2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

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

R = 36.65%
G = 13.25%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B140F2 (or 0xB140F2) is known color: Medium Orchid. HEX triplet: B1, 40 and F2. RGB value is (177,64,242). Sum of RGB (Red+Green+Blue) = 177+64+242=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #B140F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140F2 is #4EBF0D. Grayscale: #757575. Windows color (decimal): -5160718 or 15876273. OLE color: 15876273.

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

Color convert

RGB 177 64 242 -
CMYK 0.27 0.74 0 0.05
HSL 278.09º 0.87% 0.6% -
HSV(B) 278.09º 0.74% 0.95% -
XYZ 35.99 19.42 85.86 -
YUV 118.08 197.94 170.03 -
System Red Green Blue C M Y K H S L
Decimal 177 64 242 0.27 0.74 0 0.05 278.09 0.87 0.6
Hex B1 40 F2 1B 4A 0 5 116 57 3C
Octal 261 100 362 33 112 0 5 426 127 74
Binary 10110001 1000000 11110010 11011 1001010 0 101 100010110 1010111 111100

Color Harmonies of #B140F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140F2

Black with #B140F2

Text Example


Text Example

White with #B140F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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