Html Css Color HEX #BF4DFC Medium Orchid

📋 copy color: '#BF4DFC'

red 191 ◦ green 77 ◦ blue 252

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

Shades of Medium Orchid #BF4DFC

Tints of Medium Orchid #BF4DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 36.73%
G = 14.81%
B = 48.46%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF4DFC (or 0xBF4DFC) is known color: Medium Orchid. HEX triplet: BF, 4D and FC. RGB value is (191,77,252). Sum of RGB (Red+Green+Blue) = 191+77+252=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DFC is #40B203. Grayscale: #828282. Windows color (decimal): -4239876 or 16534975. OLE color: 16534975.

HSL color Cylindrical-coordinate representation of color #BF4DFC: hue angle of 279.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4DFC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 77 252 -
CMYK 0.24 0.69 0 0.01
HSL 279.09º 0.97% 0.65% -
HSV(B) 279.09º 0.69% 0.99% -
XYZ 41.71 23.41 94.42 -
YUV 131.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 191 77 252 0.24 0.69 0 0.01 279.09 0.97 0.65
Hex BF 4D FC 18 45 0 1 117 61 41
Octal 277 115 374 30 105 0 1 427 141 101
Binary 10111111 1001101 11111100 11000 1000101 0 1 100010111 1100001 1000001

Color Harmonies of #BF4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DFC

Black with #BF4DFC

Text Example


Text Example

White with #BF4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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