Html Css Color HEX #B846CF Medium Orchid

📋 copy color: '#B846CF'

red 184 ◦ green 70 ◦ blue 207

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

Shades of Medium Orchid #B846CF

Tints of Medium Orchid #B846CF

RGB

 RED value IS 184 (72.27% from 255) = 39.91%

 GREEN value IS 70 (27.73% from 255) = 15.18%

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

R = 39.91%
G = 15.18%
B = 44.9%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B846CF (or 0xB846CF) is known color: Medium Orchid. HEX triplet: B8, 46 and CF. RGB value is (184,70,207). Sum of RGB (Red+Green+Blue) = 184+70+207=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B846CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846CF is #47B930. Grayscale: #777777. Windows color (decimal): -4700465 or 13584056. OLE color: 13584056.

HSL color Cylindrical-coordinate representation of color #B846CF: hue angle of 289.93º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B846CF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 70 207 -
CMYK 0.11 0.66 0 0.19
HSL 289.93º 0.59% 0.54% -
HSV(B) 289.93º 0.66% 0.81% -
XYZ 33.22 19.08 60.96 -
YUV 119.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 184 70 207 0.11 0.66 0 0.19 289.93 0.59 0.54
Hex B8 46 CF B 42 0 13 122 3B 36
Octal 270 106 317 13 102 0 23 442 73 66
Binary 10111000 1000110 11001111 1011 1000010 0 10011 100100010 111011 110110

Color Harmonies of #B846CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846CF

Black with #B846CF

Text Example


Text Example

White with #B846CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846CF; }

 p { color: rgb(184,70,207); }

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

background-color css

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

 a { background-color: rgb(184,70,207); }

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

border-color css

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

 span { border-color: rgb(184,70,207); }

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