Html Css Color HEX #B048CB Medium Orchid

📋 copy color: '#B048CB'

red 176 ◦ green 72 ◦ blue 203

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

Shades of Medium Orchid #B048CB

Tints of Medium Orchid #B048CB

RGB

 RED value IS 176 (69.14% from 255) = 39.02%

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 39.02%
G = 15.96%
B = 45.01%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B048CB (or 0xB048CB) is known color: Medium Orchid. HEX triplet: B0, 48 and CB. RGB value is (176,72,203). Sum of RGB (Red+Green+Blue) = 176+72+203=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #B048CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048CB is #4FB734. Grayscale: #757575. Windows color (decimal): -5224245 or 13322416. OLE color: 13322416.

HSL color Cylindrical-coordinate representation of color #B048CB: hue angle of 287.63º 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 #B048CB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 72 203 -
CMYK 0.13 0.65 0 0.20
HSL 287.63º 0.56% 0.54% -
HSV(B) 287.63º 0.65% 0.8% -
XYZ 31 18.18 58.37 -
YUV 118.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 176 72 203 0.13 0.65 0 0.20 287.63 0.56 0.54
Hex B0 48 CB D 41 0 14 120 38 36
Octal 260 110 313 15 101 0 24 440 70 66
Binary 10110000 1001000 11001011 1101 1000001 0 10100 100100000 111000 110110

Color Harmonies of #B048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B048CB

Black with #B048CB

Text Example


Text Example

White with #B048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B048CB; }

 p { color: rgb(176,72,203); }

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

background-color css

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

 a { background-color: rgb(176,72,203); }

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

border-color css

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

 span { border-color: rgb(176,72,203); }

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