Html Css Color HEX #B854CD Medium Orchid

📋 copy color: '#B854CD'

red 184 ◦ green 84 ◦ blue 205

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

Shades of Medium Orchid #B854CD

Tints of Medium Orchid #B854CD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 38.9%
G = 17.76%
B = 43.34%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B854CD (or 0xB854CD) is known color: Medium Orchid. HEX triplet: B8, 54 and CD. RGB value is (184,84,205). Sum of RGB (Red+Green+Blue) = 184+84+205=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B854CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854CD is #47AB32. Grayscale: #7F7F7F. Windows color (decimal): -4696883 or 13456568. OLE color: 13456568.

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

Color convert

RGB 184 84 205 -
CMYK 0.10 0.59 0 0.20
HSL 289.59º 0.55% 0.57% -
HSV(B) 289.59º 0.59% 0.8% -
XYZ 33.96 20.94 60.01 -
YUV 127.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 184 84 205 0.10 0.59 0 0.20 289.59 0.55 0.57
Hex B8 54 CD A 3B 0 14 122 37 39
Octal 270 124 315 12 73 0 24 442 67 71
Binary 10111000 1010100 11001101 1010 111011 0 10100 100100010 110111 111001

Color Harmonies of #B854CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854CD

Black with #B854CD

Text Example


Text Example

White with #B854CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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