Html Css Color HEX #B949CA Medium Orchid

📋 copy color: '#B949CA'

red 185 ◦ green 73 ◦ blue 202

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

Shades of Medium Orchid #B949CA

Tints of Medium Orchid #B949CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 40.22%
G = 15.87%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B949CA (or 0xB949CA) is known color: Medium Orchid. HEX triplet: B9, 49 and CA. RGB value is (185,73,202). Sum of RGB (Red+Green+Blue) = 185+73+202=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B949CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949CA is #46B635. Grayscale: #787878. Windows color (decimal): -4634166 or 13257145. OLE color: 13257145.

HSL color Cylindrical-coordinate representation of color #B949CA: hue angle of 292.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B949CA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 73 202 -
CMYK 0.08 0.64 0 0.21
HSL 292.09º 0.55% 0.54% -
HSV(B) 292.09º 0.64% 0.79% -
XYZ 33.05 19.34 57.87 -
YUV 121.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 185 73 202 0.08 0.64 0 0.21 292.09 0.55 0.54
Hex B9 49 CA 8 40 0 15 124 37 36
Octal 271 111 312 10 100 0 25 444 67 66
Binary 10111001 1001001 11001010 1000 1000000 0 10101 100100100 110111 110110

Color Harmonies of #B949CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949CA

Black with #B949CA

Text Example


Text Example

White with #B949CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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