Html Css Color HEX #B249FF Medium Orchid

📋 copy color: '#B249FF'

red 178 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #B249FF

Tints of Medium Orchid #B249FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 35.18%
G = 14.43%
B = 50.4%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B249FF (or 0xB249FF) is known color: Medium Orchid. HEX triplet: B2, 49 and FF. RGB value is (178,73,255). Sum of RGB (Red+Green+Blue) = 178+73+255=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B249FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249FF is #4DB600. Grayscale: #7C7C7C. Windows color (decimal): -5092865 or 16730546. OLE color: 16730546.

HSL color Cylindrical-coordinate representation of color #B249FF: hue angle of 274.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B249FF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 73 255 -
CMYK 0.30 0.71 0 0
HSL 274.62º 1% 0.64% -
HSV(B) 274.62º 0.71% 1% -
XYZ 38.79 21.45 96.7 -
YUV 125.14 201.29 165.7 -
System Red Green Blue C M Y K H S L
Decimal 178 73 255 0.30 0.71 0 0 274.62 1 0.64
Hex B2 49 FF 1E 47 0 0 113 64 40
Octal 262 111 377 36 107 0 0 423 144 100
Binary 10110010 1001001 11111111 11110 1000111 0 0 100010011 1100100 1000000

Color Harmonies of #B249FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249FF

Black with #B249FF

Text Example


Text Example

White with #B249FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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