Html Css Color HEX #BF4CFD Medium Orchid

📋 copy color: '#BF4CFD'

red 191 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #BF4CFD

Tints of Medium Orchid #BF4CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 36.73%
G = 14.62%
B = 48.65%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF4CFD (or 0xBF4CFD) is known color: Medium Orchid. HEX triplet: BF, 4C and FD. RGB value is (191,76,253). Sum of RGB (Red+Green+Blue) = 191+76+253=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CFD is #40B302. Grayscale: #818181. Windows color (decimal): -4240131 or 16600255. OLE color: 16600255.

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

Color convert

RGB 191 76 253 -
CMYK 0.25 0.70 0 0.01
HSL 278.98º 0.98% 0.65% -
HSV(B) 278.98º 0.7% 0.99% -
XYZ 41.8 23.34 95.23 -
YUV 130.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 191 76 253 0.25 0.70 0 0.01 278.98 0.98 0.65
Hex BF 4C FD 19 46 0 1 117 62 41
Octal 277 114 375 31 106 0 1 427 142 101
Binary 10111111 1001100 11111101 11001 1000110 0 1 100010111 1100010 1000001

Color Harmonies of #BF4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CFD

Black with #BF4CFD

Text Example


Text Example

White with #BF4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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