Html Css Color HEX #BF4AFC Medium Orchid

📋 copy color: '#BF4AFC'

red 191 ◦ green 74 ◦ blue 252

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

Shades of Medium Orchid #BF4AFC

Tints of Medium Orchid #BF4AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.31%

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

R = 36.94%
G = 14.31%
B = 48.74%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF4AFC (or 0xBF4AFC) is known color: Medium Orchid. HEX triplet: BF, 4A and FC. RGB value is (191,74,252). Sum of RGB (Red+Green+Blue) = 191+74+252=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF4AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AFC is #40B503. Grayscale: #808080. Windows color (decimal): -4240644 or 16534207. OLE color: 16534207.

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

Color convert

RGB 191 74 252 -
CMYK 0.24 0.71 0 0.01
HSL 279.44º 0.97% 0.64% -
HSV(B) 279.44º 0.71% 0.99% -
XYZ 41.51 23 94.35 -
YUV 129.28 197.26 172.03 -
System Red Green Blue C M Y K H S L
Decimal 191 74 252 0.24 0.71 0 0.01 279.44 0.97 0.64
Hex BF 4A FC 18 47 0 1 117 61 40
Octal 277 112 374 30 107 0 1 427 141 100
Binary 10111111 1001010 11111100 11000 1000111 0 1 100010111 1100001 1000000

Color Harmonies of #BF4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AFC

Black with #BF4AFC

Text Example


Text Example

White with #BF4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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