Html Css Color HEX #B851CF Medium Orchid

📋 copy color: '#B851CF'

red 184 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #B851CF

Tints of Medium Orchid #B851CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 38.98%
G = 17.16%
B = 43.86%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B851CF (or 0xB851CF) is known color: Medium Orchid. HEX triplet: B8, 51 and CF. RGB value is (184,81,207). Sum of RGB (Red+Green+Blue) = 184+81+207=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B851CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851CF is #47AE30. Grayscale: #7D7D7D. Windows color (decimal): -4697649 or 13586872. OLE color: 13586872.

HSL color Cylindrical-coordinate representation of color #B851CF: hue angle of 289.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B851CF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 81 207 -
CMYK 0.11 0.61 0 0.19
HSL 289.05º 0.57% 0.56% -
HSV(B) 289.05º 0.61% 0.81% -
XYZ 33.97 20.58 61.21 -
YUV 126.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 184 81 207 0.11 0.61 0 0.19 289.05 0.57 0.56
Hex B8 51 CF B 3D 0 13 121 39 38
Octal 270 121 317 13 75 0 23 441 71 70
Binary 10111000 1010001 11001111 1011 111101 0 10011 100100001 111001 111000

Color Harmonies of #B851CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851CF

Black with #B851CF

Text Example


Text Example

White with #B851CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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