Html Css Color HEX #BF48CF Medium Orchid

📋 copy color: '#BF48CF'

red 191 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #BF48CF

Tints of Medium Orchid #BF48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.32%

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

R = 40.64%
G = 15.32%
B = 44.04%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF48CF (or 0xBF48CF) is known color: Medium Orchid. HEX triplet: BF, 48 and CF. RGB value is (191,72,207). Sum of RGB (Red+Green+Blue) = 191+72+207=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48CF is #40B730. Grayscale: #7A7A7A. Windows color (decimal): -4241201 or 13584575. OLE color: 13584575.

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

Color convert

RGB 191 72 207 -
CMYK 0.08 0.65 0 0.19
HSL 292.89º 0.58% 0.55% -
HSV(B) 292.89º 0.65% 0.81% -
XYZ 35.07 20.22 61.09 -
YUV 122.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 191 72 207 0.08 0.65 0 0.19 292.89 0.58 0.55
Hex BF 48 CF 8 41 0 13 125 3A 37
Octal 277 110 317 10 101 0 23 445 72 67
Binary 10111111 1001000 11001111 1000 1000001 0 10011 100100101 111010 110111

Color Harmonies of #BF48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48CF

Black with #BF48CF

Text Example


Text Example

White with #BF48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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