Html Css Color HEX #BF4CFC Medium Orchid

📋 copy color: '#BF4CFC'

red 191 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #BF4CFC

Tints of Medium Orchid #BF4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.64%

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

R = 36.8%
G = 14.64%
B = 48.55%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF4CFC (or 0xBF4CFC) is known color: Medium Orchid. HEX triplet: BF, 4C and FC. RGB value is (191,76,252). Sum of RGB (Red+Green+Blue) = 191+76+252=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CFC is #40B303. Grayscale: #818181. Windows color (decimal): -4240132 or 16534719. OLE color: 16534719.

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

Color convert

RGB 191 76 252 -
CMYK 0.24 0.70 0 0.01
HSL 279.2º 0.97% 0.64% -
HSV(B) 279.2º 0.7% 0.99% -
XYZ 41.64 23.27 94.39 -
YUV 130.45 196.6 171.19 -
System Red Green Blue C M Y K H S L
Decimal 191 76 252 0.24 0.70 0 0.01 279.2 0.97 0.64
Hex BF 4C FC 18 46 0 1 117 61 40
Octal 277 114 374 30 106 0 1 427 141 100
Binary 10111111 1001100 11111100 11000 1000110 0 1 100010111 1100001 1000000

Color Harmonies of #BF4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CFC

Black with #BF4CFC

Text Example


Text Example

White with #BF4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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