Html Css Color HEX #BF4EFB Medium Orchid

📋 copy color: '#BF4EFB'

red 191 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #BF4EFB

Tints of Medium Orchid #BF4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15%

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

R = 36.73%
G = 15%
B = 48.27%

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

#BF4EFB (or 0xBF4EFB) is known color: Medium Orchid. HEX triplet: BF, 4E and FB. RGB value is (191,78,251). Sum of RGB (Red+Green+Blue) = 191+78+251=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EFB is #40B104. Grayscale: #828282. Windows color (decimal): -4239621 or 16469695. OLE color: 16469695.

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

Color convert

RGB 191 78 251 -
CMYK 0.24 0.69 0 0.02
HSL 279.19º 0.96% 0.65% -
HSV(B) 279.19º 0.69% 0.98% -
XYZ 41.62 23.49 93.61 -
YUV 131.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 191 78 251 0.24 0.69 0 0.02 279.19 0.96 0.65
Hex BF 4E FB 18 45 0 2 117 60 41
Octal 277 116 373 30 105 0 2 427 140 101
Binary 10111111 1001110 11111011 11000 1000101 0 10 100010111 1100000 1000001

Color Harmonies of #BF4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EFB

Black with #BF4EFB

Text Example


Text Example

White with #BF4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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