Html Css Color HEX #B249CF Medium Orchid

📋 copy color: '#B249CF'

red 178 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #B249CF

Tints of Medium Orchid #B249CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 38.86%
G = 15.94%
B = 45.2%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B249CF (or 0xB249CF) is known color: Medium Orchid. HEX triplet: B2, 49 and CF. RGB value is (178,73,207). Sum of RGB (Red+Green+Blue) = 178+73+207=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B249CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249CF is #4DB630. Grayscale: #777777. Windows color (decimal): -5092913 or 13584818. OLE color: 13584818.

HSL color Cylindrical-coordinate representation of color #B249CF: hue angle of 287.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B249CF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 73 207 -
CMYK 0.14 0.65 0 0.19
HSL 287.01º 0.58% 0.55% -
HSV(B) 287.01º 0.65% 0.81% -
XYZ 32.01 18.74 60.96 -
YUV 119.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 178 73 207 0.14 0.65 0 0.19 287.01 0.58 0.55
Hex B2 49 CF E 41 0 13 11F 3A 37
Octal 262 111 317 16 101 0 23 437 72 67
Binary 10110010 1001001 11001111 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249CF

Black with #B249CF

Text Example


Text Example

White with #B249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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