Html Css Color HEX #BF44FD Medium Orchid

📋 copy color: '#BF44FD'

red 191 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #BF44FD

Tints of Medium Orchid #BF44FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.28%

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

R = 37.3%
G = 13.28%
B = 49.41%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF44FD (or 0xBF44FD) is known color: Medium Orchid. HEX triplet: BF, 44 and FD. RGB value is (191,68,253). Sum of RGB (Red+Green+Blue) = 191+68+253=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF44FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF44FD is #40BB02. Grayscale: #7D7D7D. Windows color (decimal): -4242179 or 16598207. OLE color: 16598207.

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

Color convert

RGB 191 68 253 -
CMYK 0.25 0.73 0 0.01
HSL 279.89º 0.98% 0.63% -
HSV(B) 279.89º 0.73% 0.99% -
XYZ 41.28 22.3 95.06 -
YUV 125.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 191 68 253 0.25 0.73 0 0.01 279.89 0.98 0.63
Hex BF 44 FD 19 49 0 1 118 62 3F
Octal 277 104 375 31 111 0 1 430 142 77
Binary 10111111 1000100 11111101 11001 1001001 0 1 100011000 1100010 111111

Color Harmonies of #BF44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44FD

Black with #BF44FD

Text Example


Text Example

White with #BF44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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