Html Css Color HEX #B248E0 Medium Orchid

📋 copy color: '#B248E0'

red 178 ◦ green 72 ◦ blue 224

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

Shades of Medium Orchid #B248E0

Tints of Medium Orchid #B248E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 37.55%
G = 15.19%
B = 47.26%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B248E0 (or 0xB248E0) is known color: Medium Orchid. HEX triplet: B2, 48 and E0. RGB value is (178,72,224). Sum of RGB (Red+Green+Blue) = 178+72+224=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #B248E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B248E0 is #4DB71F. Grayscale: #787878. Windows color (decimal): -5093152 or 14698674. OLE color: 14698674.

HSL color Cylindrical-coordinate representation of color #B248E0: hue angle of 281.84º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B248E0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 72 224 -
CMYK 0.21 0.68 0 0.12
HSL 281.84º 0.71% 0.58% -
HSV(B) 281.84º 0.68% 0.88% -
XYZ 34.13 19.48 72.48 -
YUV 121.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 178 72 224 0.21 0.68 0 0.12 281.84 0.71 0.58
Hex B2 48 E0 15 44 0 C 11A 47 3A
Octal 262 110 340 25 104 0 14 432 107 72
Binary 10110010 1001000 11100000 10101 1000100 0 1100 100011010 1000111 111010

Color Harmonies of #B248E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248E0

Black with #B248E0

Text Example


Text Example

White with #B248E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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