Html Css Color HEX #B148DB Medium Orchid

📋 copy color: '#B148DB'

red 177 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #B148DB

Tints of Medium Orchid #B148DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

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

R = 37.82%
G = 15.38%
B = 46.79%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B148DB (or 0xB148DB) is known color: Medium Orchid. HEX triplet: B1, 48 and DB. RGB value is (177,72,219). Sum of RGB (Red+Green+Blue) = 177+72+219=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #B148DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DB is #4EB724. Grayscale: #777777. Windows color (decimal): -5158693 or 14370993. OLE color: 14370993.

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

Color convert

RGB 177 72 219 -
CMYK 0.19 0.67 0 0.14
HSL 282.86º 0.67% 0.57% -
HSV(B) 282.86º 0.67% 0.86% -
XYZ 33.24 19.1 68.95 -
YUV 120.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 177 72 219 0.19 0.67 0 0.14 282.86 0.67 0.57
Hex B1 48 DB 13 43 0 E 11B 43 39
Octal 261 110 333 23 103 0 16 433 103 71
Binary 10110001 1001000 11011011 10011 1000011 0 1110 100011011 1000011 111001

Color Harmonies of #B148DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148DB

Black with #B148DB

Text Example


Text Example

White with #B148DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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