Html Css Color HEX #BF48E6 Medium Orchid

📋 copy color: '#BF48E6'

red 191 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #BF48E6

Tints of Medium Orchid #BF48E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 38.74%
G = 14.6%
B = 46.65%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF48E6 (or 0xBF48E6) is known color: Medium Orchid. HEX triplet: BF, 48 and E6. RGB value is (191,72,230). Sum of RGB (Red+Green+Blue) = 191+72+230=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF48E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF48E6 is #40B719. Grayscale: #7D7D7D. Windows color (decimal): -4241178 or 15091903. OLE color: 15091903.

HSL color Cylindrical-coordinate representation of color #BF48E6: hue angle of 285.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF48E6 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 72 230 -
CMYK 0.17 0.69 0 0.10
HSL 285.19º 0.76% 0.59% -
HSV(B) 285.19º 0.69% 0.9% -
XYZ 38.09 21.42 76.99 -
YUV 125.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 191 72 230 0.17 0.69 0 0.10 285.19 0.76 0.59
Hex BF 48 E6 11 45 0 A 11D 4C 3B
Octal 277 110 346 21 105 0 12 435 114 73
Binary 10111111 1001000 11100110 10001 1000101 0 1010 100011101 1001100 111011

Color Harmonies of #BF48E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF48E6

Black with #BF48E6

Text Example


Text Example

White with #BF48E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF48E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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