Html Css Color HEX #B949EB Medium Orchid

📋 copy color: '#B949EB'

red 185 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #B949EB

Tints of Medium Orchid #B949EB

RGB

 RED value IS 185 (72.66% from 255) = 37.53%

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

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 37.53%
G = 14.81%
B = 47.67%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B949EB (or 0xB949EB) is known color: Medium Orchid. HEX triplet: B9, 49 and EB. RGB value is (185,73,235). Sum of RGB (Red+Green+Blue) = 185+73+235=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #B949EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949EB is #46B614. Grayscale: #7C7C7C. Windows color (decimal): -4634133 or 15419833. OLE color: 15419833.

HSL color Cylindrical-coordinate representation of color #B949EB: hue angle of 281.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B949EB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 73 235 -
CMYK 0.21 0.69 0 0.08
HSL 281.48º 0.8% 0.6% -
HSV(B) 281.48º 0.69% 0.92% -
XYZ 37.39 21.08 80.7 -
YUV 124.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 185 73 235 0.21 0.69 0 0.08 281.48 0.8 0.6
Hex B9 49 EB 15 45 0 8 119 50 3C
Octal 271 111 353 25 105 0 10 431 120 74
Binary 10111001 1001001 11101011 10101 1000101 0 1000 100011001 1010000 111100

Color Harmonies of #B949EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949EB

Black with #B949EB

Text Example


Text Example

White with #B949EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949EB; }

 p { color: rgb(185,73,235); }

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

background-color css

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

 a { background-color: rgb(185,73,235); }

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

border-color css

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

 span { border-color: rgb(185,73,235); }

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