Html Css Color HEX #B248EE Medium Orchid

📋 copy color: '#B248EE'

red 178 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #B248EE

Tints of Medium Orchid #B248EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 36.48%
G = 14.75%
B = 48.77%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B248EE (or 0xB248EE) is known color: Medium Orchid. HEX triplet: B2, 48 and EE. RGB value is (178,72,238). Sum of RGB (Red+Green+Blue) = 178+72+238=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #B248EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248EE is #4DB711. Grayscale: #7A7A7A. Windows color (decimal): -5093138 or 15616178. OLE color: 15616178.

HSL color Cylindrical-coordinate representation of color #B248EE: hue angle of 278.31º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B248EE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 72 238 -
CMYK 0.25 0.70 0 0.07
HSL 278.31º 0.83% 0.61% -
HSV(B) 278.31º 0.7% 0.93% -
XYZ 36.11 20.27 82.9 -
YUV 122.62 193.12 167.5 -
System Red Green Blue C M Y K H S L
Decimal 178 72 238 0.25 0.70 0 0.07 278.31 0.83 0.61
Hex B2 48 EE 19 46 0 7 116 53 3D
Octal 262 110 356 31 106 0 7 426 123 75
Binary 10110010 1001000 11101110 11001 1000110 0 111 100010110 1010011 111101

Color Harmonies of #B248EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248EE

Black with #B248EE

Text Example


Text Example

White with #B248EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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