Html Css Color HEX #BF48CE Medium Orchid

📋 copy color: '#BF48CE'

red 191 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #BF48CE

Tints of Medium Orchid #BF48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 40.72%
G = 15.35%
B = 43.92%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF48CE (or 0xBF48CE) is known color: Medium Orchid. HEX triplet: BF, 48 and CE. RGB value is (191,72,206). Sum of RGB (Red+Green+Blue) = 191+72+206=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48CE is #40B731. Grayscale: #7A7A7A. Windows color (decimal): -4241202 or 13519039. OLE color: 13519039.

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

Color convert

RGB 191 72 206 -
CMYK 0.07 0.65 0 0.19
HSL 293.28º 0.58% 0.55% -
HSV(B) 293.28º 0.65% 0.81% -
XYZ 34.94 20.17 60.44 -
YUV 122.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 191 72 206 0.07 0.65 0 0.19 293.28 0.58 0.55
Hex BF 48 CE 7 41 0 13 125 3A 37
Octal 277 110 316 7 101 0 23 445 72 67
Binary 10111111 1001000 11001110 111 1000001 0 10011 100100101 111010 110111

Color Harmonies of #BF48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48CE

Black with #BF48CE

Text Example


Text Example

White with #BF48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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