Html Css Color HEX #B248CE Medium Orchid

📋 copy color: '#B248CE'

red 178 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #B248CE

Tints of Medium Orchid #B248CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 39.04%
G = 15.79%
B = 45.18%

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

#B248CE (or 0xB248CE) is known color: Medium Orchid. HEX triplet: B2, 48 and CE. RGB value is (178,72,206). Sum of RGB (Red+Green+Blue) = 178+72+206=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #B248CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248CE is #4DB731. Grayscale: #767676. Windows color (decimal): -5093170 or 13519026. OLE color: 13519026.

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

Color convert

RGB 178 72 206 -
CMYK 0.14 0.65 0 0.19
HSL 287.46º 0.58% 0.55% -
HSV(B) 287.46º 0.65% 0.81% -
XYZ 31.82 18.56 60.3 -
YUV 118.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 178 72 206 0.14 0.65 0 0.19 287.46 0.58 0.55
Hex B2 48 CE E 41 0 13 11F 3A 37
Octal 262 110 316 16 101 0 23 437 72 67
Binary 10110010 1001000 11001110 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248CE

Black with #B248CE

Text Example


Text Example

White with #B248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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