Html Css Color HEX #BF4FFD Medium Orchid

📋 copy color: '#BF4FFD'

red 191 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #BF4FFD

Tints of Medium Orchid #BF4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.11%

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

R = 36.52%
G = 15.11%
B = 48.37%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF4FFD (or 0xBF4FFD) is known color: Medium Orchid. HEX triplet: BF, 4F and FD. RGB value is (191,79,253). Sum of RGB (Red+Green+Blue) = 191+79+253=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FFD is #40B002. Grayscale: #838383. Windows color (decimal): -4239363 or 16601023. OLE color: 16601023.

HSL color Cylindrical-coordinate representation of color #BF4FFD: hue angle of 278.62º degrees, saturation: 0.98, 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 #BF4FFD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 79 253 -
CMYK 0.25 0.69 0 0.01
HSL 278.62º 0.98% 0.65% -
HSV(B) 278.62º 0.69% 0.99% -
XYZ 42.01 23.76 95.3 -
YUV 132.32 196.11 169.85 -
System Red Green Blue C M Y K H S L
Decimal 191 79 253 0.25 0.69 0 0.01 278.62 0.98 0.65
Hex BF 4F FD 19 45 0 1 117 62 41
Octal 277 117 375 31 105 0 1 427 142 101
Binary 10111111 1001111 11111101 11001 1000101 0 1 100010111 1100010 1000001

Color Harmonies of #BF4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FFD

Black with #BF4FFD

Text Example


Text Example

White with #BF4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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