Html Css Color HEX #BF4DFB Medium Orchid

📋 copy color: '#BF4DFB'

red 191 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #BF4DFB

Tints of Medium Orchid #BF4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.84%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 36.8%
G = 14.84%
B = 48.36%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF4DFB (or 0xBF4DFB) is known color: Medium Orchid. HEX triplet: BF, 4D and FB. RGB value is (191,77,251). Sum of RGB (Red+Green+Blue) = 191+77+251=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DFB is #40B204. Grayscale: #828282. Windows color (decimal): -4239877 or 16469439. OLE color: 16469439.

HSL color Cylindrical-coordinate representation of color #BF4DFB: hue angle of 279.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4DFB is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 77 251 -
CMYK 0.24 0.69 0 0.02
HSL 279.31º 0.96% 0.64% -
HSV(B) 279.31º 0.69% 0.98% -
XYZ 41.55 23.35 93.58 -
YUV 130.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 191 77 251 0.24 0.69 0 0.02 279.31 0.96 0.64
Hex BF 4D FB 18 45 0 2 117 60 40
Octal 277 115 373 30 105 0 2 427 140 100
Binary 10111111 1001101 11111011 11000 1000101 0 10 100010111 1100000 1000000

Color Harmonies of #BF4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DFB

Black with #BF4DFB

Text Example


Text Example

White with #BF4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DFB; }

 p { color: rgb(191,77,251); }

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

background-color css

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

 a { background-color: rgb(191,77,251); }

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

border-color css

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

 span { border-color: rgb(191,77,251); }

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