Html Css Color HEX #B249FA Medium Orchid

📋 copy color: '#B249FA'

red 178 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #B249FA

Tints of Medium Orchid #B249FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 35.53%
G = 14.57%
B = 49.9%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B249FA (or 0xB249FA) is known color: Medium Orchid. HEX triplet: B2, 49 and FA. RGB value is (178,73,250). Sum of RGB (Red+Green+Blue) = 178+73+250=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #B249FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249FA is #4DB605. Grayscale: #7B7B7B. Windows color (decimal): -5092870 or 16402866. OLE color: 16402866.

HSL color Cylindrical-coordinate representation of color #B249FA: hue angle of 275.59º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B249FA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 73 250 -
CMYK 0.29 0.71 0 0.02
HSL 275.59º 0.95% 0.63% -
HSV(B) 275.59º 0.71% 0.98% -
XYZ 38 21.13 92.52 -
YUV 124.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 178 73 250 0.29 0.71 0 0.02 275.59 0.95 0.63
Hex B2 49 FA 1D 47 0 2 114 5F 3F
Octal 262 111 372 35 107 0 2 424 137 77
Binary 10110010 1001001 11111010 11101 1000111 0 10 100010100 1011111 111111

Color Harmonies of #B249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249FA

Black with #B249FA

Text Example


Text Example

White with #B249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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