Html Css Color HEX #B844CA Medium Orchid

📋 copy color: '#B844CA'

red 184 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #B844CA

Tints of Medium Orchid #B844CA

RGB

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

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

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

R = 40.53%
G = 14.98%
B = 44.49%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B844CA (or 0xB844CA) is known color: Medium Orchid. HEX triplet: B8, 44 and CA. RGB value is (184,68,202). Sum of RGB (Red+Green+Blue) = 184+68+202=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #B844CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844CA is #47BB35. Grayscale: #757575. Windows color (decimal): -4700982 or 13255864. OLE color: 13255864.

HSL color Cylindrical-coordinate representation of color #B844CA: hue angle of 291.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B844CA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 68 202 -
CMYK 0.09 0.66 0 0.21
HSL 291.94º 0.56% 0.53% -
HSV(B) 291.94º 0.66% 0.79% -
XYZ 32.49 18.59 57.75 -
YUV 117.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 184 68 202 0.09 0.66 0 0.21 291.94 0.56 0.53
Hex B8 44 CA 9 42 0 15 124 38 35
Octal 270 104 312 11 102 0 25 444 70 65
Binary 10111000 1000100 11001010 1001 1000010 0 10101 100100100 111000 110101

Color Harmonies of #B844CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844CA

Black with #B844CA

Text Example


Text Example

White with #B844CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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