Html Css Color HEX #B840CD Medium Orchid

📋 copy color: '#B840CD'

red 184 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #B840CD

Tints of Medium Orchid #B840CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 40.62%
G = 14.13%
B = 45.25%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B840CD (or 0xB840CD) is known color: Medium Orchid. HEX triplet: B8, 40 and CD. RGB value is (184,64,205). Sum of RGB (Red+Green+Blue) = 184+64+205=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #B840CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840CD is #47BF32. Grayscale: #737373. Windows color (decimal): -4702003 or 13451448. OLE color: 13451448.

HSL color Cylindrical-coordinate representation of color #B840CD: hue angle of 291.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B840CD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 64 205 -
CMYK 0.10 0.69 0 0.20
HSL 291.06º 0.59% 0.53% -
HSV(B) 291.06º 0.69% 0.8% -
XYZ 32.62 18.26 59.56 -
YUV 115.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 184 64 205 0.10 0.69 0 0.20 291.06 0.59 0.53
Hex B8 40 CD A 45 0 14 123 3B 35
Octal 270 100 315 12 105 0 24 443 73 65
Binary 10111000 1000000 11001101 1010 1000101 0 10100 100100011 111011 110101

Color Harmonies of #B840CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840CD

Black with #B840CD

Text Example


Text Example

White with #B840CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840CD; }

 p { color: rgb(184,64,205); }

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

background-color css

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

 a { background-color: rgb(184,64,205); }

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

border-color css

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

 span { border-color: rgb(184,64,205); }

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