Html Css Color HEX #B148CF Medium Orchid

📋 copy color: '#B148CF'

red 177 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #B148CF

Tints of Medium Orchid #B148CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 38.82%
G = 15.79%
B = 45.39%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B148CF (or 0xB148CF) is known color: Medium Orchid. HEX triplet: B1, 48 and CF. RGB value is (177,72,207). Sum of RGB (Red+Green+Blue) = 177+72+207=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B148CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148CF is #4EB730. Grayscale: #767676. Windows color (decimal): -5158705 or 13584561. OLE color: 13584561.

HSL color Cylindrical-coordinate representation of color #B148CF: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B148CF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 72 207 -
CMYK 0.14 0.65 0 0.19
HSL 286.67º 0.58% 0.55% -
HSV(B) 286.67º 0.65% 0.81% -
XYZ 31.71 18.49 60.93 -
YUV 118.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 177 72 207 0.14 0.65 0 0.19 286.67 0.58 0.55
Hex B1 48 CF E 41 0 13 11F 3A 37
Octal 261 110 317 16 101 0 23 437 72 67
Binary 10110001 1001000 11001111 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B148CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148CF

Black with #B148CF

Text Example


Text Example

White with #B148CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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