Html Css Color HEX #B949ED Medium Orchid

📋 copy color: '#B949ED'

red 185 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #B949ED

Tints of Medium Orchid #B949ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 37.37%
G = 14.75%
B = 47.88%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B949ED (or 0xB949ED) is known color: Medium Orchid. HEX triplet: B9, 49 and ED. RGB value is (185,73,237). Sum of RGB (Red+Green+Blue) = 185+73+237=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #B949ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949ED is #46B612. Grayscale: #7C7C7C. Windows color (decimal): -4634131 or 15550905. OLE color: 15550905.

HSL color Cylindrical-coordinate representation of color #B949ED: hue angle of 280.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B949ED is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 73 237 -
CMYK 0.22 0.69 0 0.07
HSL 280.98º 0.82% 0.61% -
HSV(B) 280.98º 0.69% 0.93% -
XYZ 37.68 21.19 82.23 -
YUV 125.18 191.11 170.66 -
System Red Green Blue C M Y K H S L
Decimal 185 73 237 0.22 0.69 0 0.07 280.98 0.82 0.61
Hex B9 49 ED 16 45 0 7 119 52 3D
Octal 271 111 355 26 105 0 7 431 122 75
Binary 10111001 1001001 11101101 10110 1000101 0 111 100011001 1010010 111101

Color Harmonies of #B949ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949ED

Black with #B949ED

Text Example


Text Example

White with #B949ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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