Html Css Color HEX #B844CF Medium Orchid

📋 copy color: '#B844CF'

red 184 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #B844CF

Tints of Medium Orchid #B844CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

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

R = 40.09%
G = 14.81%
B = 45.1%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B844CF (or 0xB844CF) is known color: Medium Orchid. HEX triplet: B8, 44 and CF. RGB value is (184,68,207). Sum of RGB (Red+Green+Blue) = 184+68+207=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B844CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844CF is #47BB30. Grayscale: #767676. Windows color (decimal): -4700977 or 13583544. OLE color: 13583544.

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

Color convert

RGB 184 68 207 -
CMYK 0.11 0.67 0 0.19
HSL 290.07º 0.59% 0.54% -
HSV(B) 290.07º 0.67% 0.81% -
XYZ 33.1 18.83 60.92 -
YUV 118.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 184 68 207 0.11 0.67 0 0.19 290.07 0.59 0.54
Hex B8 44 CF B 43 0 13 122 3B 36
Octal 270 104 317 13 103 0 23 442 73 66
Binary 10111000 1000100 11001111 1011 1000011 0 10011 100100010 111011 110110

Color Harmonies of #B844CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844CF

Black with #B844CF

Text Example


Text Example

White with #B844CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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