Html Css Color HEX #BF4DFF Medium Orchid

📋 copy color: '#BF4DFF'

red 191 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #BF4DFF

Tints of Medium Orchid #BF4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.72%

 BLUE value IS 255 (100% from 255) = 48.76%

R = 36.52%
G = 14.72%
B = 48.76%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF4DFF (or 0xBF4DFF) is known color: Medium Orchid. HEX triplet: BF, 4D and FF. RGB value is (191,77,255). Sum of RGB (Red+Green+Blue) = 191+77+255=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DFF is #40B200. Grayscale: #828282. Windows color (decimal): -4239873 or 16731583. OLE color: 16731583.

HSL color Cylindrical-coordinate representation of color #BF4DFF: hue angle of 278.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF4DFF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 77 255 -
CMYK 0.25 0.70 0 0
HSL 278.43º 1% 0.65% -
HSV(B) 278.43º 0.7% 1% -
XYZ 42.19 23.6 96.94 -
YUV 131.38 197.77 170.53 -
System Red Green Blue C M Y K H S L
Decimal 191 77 255 0.25 0.70 0 0 278.43 1 0.65
Hex BF 4D FF 19 46 0 0 116 64 41
Octal 277 115 377 31 106 0 0 426 144 101
Binary 10111111 1001101 11111111 11001 1000110 0 0 100010110 1100100 1000001

Color Harmonies of #BF4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DFF

Black with #BF4DFF

Text Example


Text Example

White with #BF4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DFF; }

 p { color: rgb(191,77,255); }

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

background-color css

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

 a { background-color: rgb(191,77,255); }

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

border-color css

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

 span { border-color: rgb(191,77,255); }

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