Html Css Color HEX #B142DB Medium Orchid

📋 copy color: '#B142DB'

red 177 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #B142DB

Tints of Medium Orchid #B142DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.29%

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 38.31%
G = 14.29%
B = 47.4%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B142DB (or 0xB142DB) is known color: Medium Orchid. HEX triplet: B1, 42 and DB. RGB value is (177,66,219). Sum of RGB (Red+Green+Blue) = 177+66+219=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B142DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142DB is #4EBD24. Grayscale: #747474. Windows color (decimal): -5160229 or 14369457. OLE color: 14369457.

HSL color Cylindrical-coordinate representation of color #B142DB: hue angle of 283.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B142DB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 66 219 -
CMYK 0.19 0.70 0 0.14
HSL 283.53º 0.68% 0.56% -
HSV(B) 283.53º 0.7% 0.86% -
XYZ 32.87 18.36 68.83 -
YUV 116.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 177 66 219 0.19 0.70 0 0.14 283.53 0.68 0.56
Hex B1 42 DB 13 46 0 E 11C 44 38
Octal 261 102 333 23 106 0 16 434 104 70
Binary 10110001 1000010 11011011 10011 1000110 0 1110 100011100 1000100 111000

Color Harmonies of #B142DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142DB

Black with #B142DB

Text Example


Text Example

White with #B142DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142DB; }

 p { color: rgb(177,66,219); }

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

background-color css

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

 a { background-color: rgb(177,66,219); }

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

border-color css

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

 span { border-color: rgb(177,66,219); }

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