Html Css Color HEX #B851CD Medium Orchid

📋 copy color: '#B851CD'

red 184 ◦ green 81 ◦ blue 205

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

Shades of Medium Orchid #B851CD

Tints of Medium Orchid #B851CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 39.15%
G = 17.23%
B = 43.62%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B851CD (or 0xB851CD) is known color: Medium Orchid. HEX triplet: B8, 51 and CD. RGB value is (184,81,205). Sum of RGB (Red+Green+Blue) = 184+81+205=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #B851CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851CD is #47AE32. Grayscale: #7D7D7D. Windows color (decimal): -4697651 or 13455800. OLE color: 13455800.

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

Color convert

RGB 184 81 205 -
CMYK 0.10 0.60 0 0.20
HSL 289.84º 0.55% 0.56% -
HSV(B) 289.84º 0.6% 0.8% -
XYZ 33.73 20.48 59.93 -
YUV 125.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 184 81 205 0.10 0.60 0 0.20 289.84 0.55 0.56
Hex B8 51 CD A 3C 0 14 122 37 38
Octal 270 121 315 12 74 0 24 442 67 70
Binary 10111000 1010001 11001101 1010 111100 0 10100 100100010 110111 111000

Color Harmonies of #B851CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851CD

Black with #B851CD

Text Example


Text Example

White with #B851CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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