Html Css Color HEX #B148CC Medium Orchid

📋 copy color: '#B148CC'

red 177 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #B148CC

Tints of Medium Orchid #B148CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 39.07%
G = 15.89%
B = 45.03%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B148CC (or 0xB148CC) is known color: Medium Orchid. HEX triplet: B1, 48 and CC. RGB value is (177,72,204). Sum of RGB (Red+Green+Blue) = 177+72+204=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B148CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148CC is #4EB733. Grayscale: #767676. Windows color (decimal): -5158708 or 13387953. OLE color: 13387953.

HSL color Cylindrical-coordinate representation of color #B148CC: hue angle of 287.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B148CC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 72 204 -
CMYK 0.13 0.65 0 0.2
HSL 287.73º 0.56% 0.54% -
HSV(B) 287.73º 0.65% 0.8% -
XYZ 31.35 18.34 59.01 -
YUV 118.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 177 72 204 0.13 0.65 0 0.2 287.73 0.56 0.54
Hex B1 48 CC D 41 0 14 120 38 36
Octal 261 110 314 15 101 0 24 440 70 66
Binary 10110001 1001000 11001100 1101 1000001 0 10100 100100000 111000 110110

Color Harmonies of #B148CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148CC

Black with #B148CC

Text Example


Text Example

White with #B148CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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