Html Css Color HEX #B148ED Medium Orchid

📋 copy color: '#B148ED'

red 177 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #B148ED

Tints of Medium Orchid #B148ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 36.42%
G = 14.81%
B = 48.77%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B148ED (or 0xB148ED) is known color: Medium Orchid. HEX triplet: B1, 48 and ED. RGB value is (177,72,237). Sum of RGB (Red+Green+Blue) = 177+72+237=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #B148ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B148ED is #4EB712. Grayscale: #797979. Windows color (decimal): -5158675 or 15550641. OLE color: 15550641.

HSL color Cylindrical-coordinate representation of color #B148ED: hue angle of 278.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B148ED is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 72 237 -
CMYK 0.25 0.70 0 0.07
HSL 278.18º 0.82% 0.61% -
HSV(B) 278.18º 0.7% 0.93% -
XYZ 35.73 20.1 82.12 -
YUV 122.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 177 72 237 0.25 0.70 0 0.07 278.18 0.82 0.61
Hex B1 48 ED 19 46 0 7 116 52 3D
Octal 261 110 355 31 106 0 7 426 122 75
Binary 10110001 1001000 11101101 11001 1000110 0 111 100010110 1010010 111101

Color Harmonies of #B148ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148ED

Black with #B148ED

Text Example


Text Example

White with #B148ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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