Html Css Color HEX #BF44CF Medium Orchid

📋 copy color: '#BF44CF'

red 191 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #BF44CF

Tints of Medium Orchid #BF44CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

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

R = 40.99%
G = 14.59%
B = 44.42%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF44CF (or 0xBF44CF) is known color: Medium Orchid. HEX triplet: BF, 44 and CF. RGB value is (191,68,207). Sum of RGB (Red+Green+Blue) = 191+68+207=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44CF is #40BB30. Grayscale: #787878. Windows color (decimal): -4242225 or 13583551. OLE color: 13583551.

HSL color Cylindrical-coordinate representation of color #BF44CF: hue angle of 293.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF44CF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 68 207 -
CMYK 0.08 0.67 0 0.19
HSL 293.09º 0.59% 0.54% -
HSV(B) 293.09º 0.67% 0.81% -
XYZ 34.82 19.72 61 -
YUV 120.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 191 68 207 0.08 0.67 0 0.19 293.09 0.59 0.54
Hex BF 44 CF 8 43 0 13 125 3B 36
Octal 277 104 317 10 103 0 23 445 73 66
Binary 10111111 1000100 11001111 1000 1000011 0 10011 100100101 111011 110110

Color Harmonies of #BF44CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44CF

Black with #BF44CF

Text Example


Text Example

White with #BF44CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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