Html Css Color HEX #B248CC Medium Orchid

📋 copy color: '#B248CC'

red 178 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #B248CC

Tints of Medium Orchid #B248CC

RGB

 RED value IS 178 (69.92% from 255) = 39.21%

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

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

R = 39.21%
G = 15.86%
B = 44.93%

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

#B248CC (or 0xB248CC) is known color: Medium Orchid. HEX triplet: B2, 48 and CC. RGB value is (178,72,204). Sum of RGB (Red+Green+Blue) = 178+72+204=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #B248CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248CC is #4DB733. Grayscale: #767676. Windows color (decimal): -5093172 or 13387954. OLE color: 13387954.

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

Color convert

RGB 178 72 204 -
CMYK 0.13 0.65 0 0.2
HSL 288.18º 0.56% 0.54% -
HSV(B) 288.18º 0.65% 0.8% -
XYZ 31.58 18.46 59.03 -
YUV 118.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 178 72 204 0.13 0.65 0 0.2 288.18 0.56 0.54
Hex B2 48 CC D 41 0 14 120 38 36
Octal 262 110 314 15 101 0 24 440 70 66
Binary 10110010 1001000 11001100 1101 1000001 0 10100 100100000 111000 110110

Color Harmonies of #B248CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248CC

Black with #B248CC

Text Example


Text Example

White with #B248CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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