Html Css Color HEX #BF51D3 Medium Orchid

📋 copy color: '#BF51D3'

red 191 ◦ green 81 ◦ blue 211

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

Shades of Medium Orchid #BF51D3

Tints of Medium Orchid #BF51D3

RGB

 RED value IS 191 (75% from 255) = 39.54%

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

 BLUE value IS 211 (82.81% from 255) = 43.69%

R = 39.54%
G = 16.77%
B = 43.69%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF51D3 (or 0xBF51D3) is known color: Medium Orchid. HEX triplet: BF, 51 and D3. RGB value is (191,81,211). Sum of RGB (Red+Green+Blue) = 191+81+211=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF51D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51D3 is #40AE2C. Grayscale: #808080. Windows color (decimal): -4238893 or 13849023. OLE color: 13849023.

HSL color Cylindrical-coordinate representation of color #BF51D3: hue angle of 290.77º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF51D3 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 81 211 -
CMYK 0.09 0.62 0 0.17
HSL 290.77º 0.6% 0.57% -
HSV(B) 290.77º 0.62% 0.83% -
XYZ 36.19 21.66 63.9 -
YUV 128.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 191 81 211 0.09 0.62 0 0.17 290.77 0.6 0.57
Hex BF 51 D3 9 3E 0 11 123 3C 39
Octal 277 121 323 11 76 0 21 443 74 71
Binary 10111111 1010001 11010011 1001 111110 0 10001 100100011 111100 111001

Color Harmonies of #BF51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51D3

Black with #BF51D3

Text Example


Text Example

White with #BF51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51D3; }

 p { color: rgb(191,81,211); }

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

background-color css

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

 a { background-color: rgb(191,81,211); }

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

border-color css

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

 span { border-color: rgb(191,81,211); }

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