Html Css Color HEX #B148DA Medium Orchid

📋 copy color: '#B148DA'

red 177 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #B148DA

Tints of Medium Orchid #B148DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 37.9%
G = 15.42%
B = 46.68%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B148DA (or 0xB148DA) is known color: Medium Orchid. HEX triplet: B1, 48 and DA. RGB value is (177,72,218). Sum of RGB (Red+Green+Blue) = 177+72+218=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B148DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DA is #4EB725. Grayscale: #777777. Windows color (decimal): -5158694 or 14305457. OLE color: 14305457.

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

Color convert

RGB 177 72 218 -
CMYK 0.19 0.67 0 0.15
HSL 283.15º 0.66% 0.57% -
HSV(B) 283.15º 0.67% 0.85% -
XYZ 33.1 19.04 68.26 -
YUV 120.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 177 72 218 0.19 0.67 0 0.15 283.15 0.66 0.57
Hex B1 48 DA 13 43 0 F 11B 42 39
Octal 261 110 332 23 103 0 17 433 102 71
Binary 10110001 1001000 11011010 10011 1000011 0 1111 100011011 1000010 111001

Color Harmonies of #B148DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148DA

Black with #B148DA

Text Example


Text Example

White with #B148DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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