Html Css Color HEX #B845CA Medium Orchid

📋 copy color: '#B845CA'

red 184 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #B845CA

Tints of Medium Orchid #B845CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.16%

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

R = 40.44%
G = 15.16%
B = 44.4%

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

#B845CA (or 0xB845CA) is known color: Medium Orchid. HEX triplet: B8, 45 and CA. RGB value is (184,69,202). Sum of RGB (Red+Green+Blue) = 184+69+202=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #B845CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845CA is #47BA35. Grayscale: #767676. Windows color (decimal): -4700726 or 13256120. OLE color: 13256120.

HSL color Cylindrical-coordinate representation of color #B845CA: hue angle of 291.88º 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 #B845CA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 69 202 -
CMYK 0.09 0.66 0 0.21
HSL 291.88º 0.56% 0.53% -
HSV(B) 291.88º 0.66% 0.79% -
XYZ 32.56 18.71 57.77 -
YUV 118.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 184 69 202 0.09 0.66 0 0.21 291.88 0.56 0.53
Hex B8 45 CA 9 42 0 15 124 38 35
Octal 270 105 312 11 102 0 25 444 70 65
Binary 10111000 1000101 11001010 1001 1000010 0 10101 100100100 111000 110101

Color Harmonies of #B845CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845CA

Black with #B845CA

Text Example


Text Example

White with #B845CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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