Html Css Color HEX #B947EB Medium Orchid

📋 copy color: '#B947EB'

red 185 ◦ green 71 ◦ blue 235

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

Shades of Medium Orchid #B947EB

Tints of Medium Orchid #B947EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.46%

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

R = 37.68%
G = 14.46%
B = 47.86%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B947EB (or 0xB947EB) is known color: Medium Orchid. HEX triplet: B9, 47 and EB. RGB value is (185,71,235). Sum of RGB (Red+Green+Blue) = 185+71+235=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #B947EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947EB is #46B814. Grayscale: #7B7B7B. Windows color (decimal): -4634645 or 15419321. OLE color: 15419321.

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

Color convert

RGB 185 71 235 -
CMYK 0.21 0.70 0 0.08
HSL 281.71º 0.8% 0.6% -
HSV(B) 281.71º 0.7% 0.92% -
XYZ 37.26 20.82 80.65 -
YUV 123.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 185 71 235 0.21 0.70 0 0.08 281.71 0.8 0.6
Hex B9 47 EB 15 46 0 8 11A 50 3C
Octal 271 107 353 25 106 0 10 432 120 74
Binary 10111001 1000111 11101011 10101 1000110 0 1000 100011010 1010000 111100

Color Harmonies of #B947EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947EB

Black with #B947EB

Text Example


Text Example

White with #B947EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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