Html Css Color HEX #B148DE Medium Orchid

📋 copy color: '#B148DE'

red 177 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #B148DE

Tints of Medium Orchid #B148DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 37.58%
G = 15.29%
B = 47.13%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B148DE (or 0xB148DE) is known color: Medium Orchid. HEX triplet: B1, 48 and DE. RGB value is (177,72,222). Sum of RGB (Red+Green+Blue) = 177+72+222=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #B148DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DE is #4EB721. Grayscale: #787878. Windows color (decimal): -5158690 or 14567601. OLE color: 14567601.

HSL color Cylindrical-coordinate representation of color #B148DE: hue angle of 282º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B148DE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 72 222 -
CMYK 0.20 0.68 0 0.13
HSL 282º 0.69% 0.58% -
HSV(B) 282º 0.68% 0.87% -
XYZ 33.63 19.26 71.05 -
YUV 120.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 177 72 222 0.20 0.68 0 0.13 282 0.69 0.58
Hex B1 48 DE 14 44 0 D 11A 45 3A
Octal 261 110 336 24 104 0 15 432 105 72
Binary 10110001 1001000 11011110 10100 1000100 0 1101 100011010 1000101 111010

Color Harmonies of #B148DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148DE

Black with #B148DE

Text Example


Text Example

White with #B148DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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