Html Css Color HEX #BF50CF Medium Orchid

📋 copy color: '#BF50CF'

red 191 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #BF50CF

Tints of Medium Orchid #BF50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 39.96%
G = 16.74%
B = 43.31%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF50CF (or 0xBF50CF) is known color: Medium Orchid. HEX triplet: BF, 50 and CF. RGB value is (191,80,207). Sum of RGB (Red+Green+Blue) = 191+80+207=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50CF is #40AF30. Grayscale: #7F7F7F. Windows color (decimal): -4239153 or 13586623. OLE color: 13586623.

HSL color Cylindrical-coordinate representation of color #BF50CF: hue angle of 292.44º 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 #BF50CF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 80 207 -
CMYK 0.08 0.61 0 0.19
HSL 292.44º 0.57% 0.56% -
HSV(B) 292.44º 0.61% 0.81% -
XYZ 35.62 21.32 61.27 -
YUV 127.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 191 80 207 0.08 0.61 0 0.19 292.44 0.57 0.56
Hex BF 50 CF 8 3D 0 13 124 39 38
Octal 277 120 317 10 75 0 23 444 71 70
Binary 10111111 1010000 11001111 1000 111101 0 10011 100100100 111001 111000

Color Harmonies of #BF50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50CF

Black with #BF50CF

Text Example


Text Example

White with #BF50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50CF; }

 p { color: rgb(191,80,207); }

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

background-color css

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

 a { background-color: rgb(191,80,207); }

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

border-color css

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

 span { border-color: rgb(191,80,207); }

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