Html Css Color HEX #B249F2 Medium Orchid

📋 copy color: '#B249F2'

red 178 ◦ green 73 ◦ blue 242

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

Shades of Medium Orchid #B249F2

Tints of Medium Orchid #B249F2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.81%

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 36.11%
G = 14.81%
B = 49.09%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B249F2 (or 0xB249F2) is known color: Medium Orchid. HEX triplet: B2, 49 and F2. RGB value is (178,73,242). Sum of RGB (Red+Green+Blue) = 178+73+242=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #B249F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249F2 is #4DB60D. Grayscale: #7B7B7B. Windows color (decimal): -5092878 or 15878578. OLE color: 15878578.

HSL color Cylindrical-coordinate representation of color #B249F2: hue angle of 277.28º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B249F2 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 73 242 -
CMYK 0.26 0.70 0 0.05
HSL 277.28º 0.87% 0.62% -
HSV(B) 277.28º 0.7% 0.95% -
XYZ 36.77 20.64 86.05 -
YUV 123.66 194.79 166.76 -
System Red Green Blue C M Y K H S L
Decimal 178 73 242 0.26 0.70 0 0.05 277.28 0.87 0.62
Hex B2 49 F2 1A 46 0 5 115 57 3E
Octal 262 111 362 32 106 0 5 425 127 76
Binary 10110010 1001001 11110010 11010 1000110 0 101 100010101 1010111 111110

Color Harmonies of #B249F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249F2

Black with #B249F2

Text Example


Text Example

White with #B249F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249F2; }

 p { color: rgb(178,73,242); }

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

background-color css

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

 a { background-color: rgb(178,73,242); }

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

border-color css

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

 span { border-color: rgb(178,73,242); }

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