Html Css Color HEX #BF5EF2 Medium Orchid

📋 copy color: '#BF5EF2'

red 191 ◦ green 94 ◦ blue 242

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

Shades of Medium Orchid #BF5EF2

Tints of Medium Orchid #BF5EF2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.84%

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 36.24%
G = 17.84%
B = 45.92%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF5EF2 (or 0xBF5EF2) is known color: Medium Orchid. HEX triplet: BF, 5E and F2. RGB value is (191,94,242). Sum of RGB (Red+Green+Blue) = 191+94+242=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF5EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EF2 is #40A10D. Grayscale: #8B8B8B. Windows color (decimal): -4235534 or 15883967. OLE color: 15883967.

HSL color Cylindrical-coordinate representation of color #BF5EF2: hue angle of 279.32º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5EF2 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 94 242 -
CMYK 0.21 0.61 0 0.05
HSL 279.32º 0.85% 0.66% -
HSV(B) 279.32º 0.61% 0.95% -
XYZ 41.52 25.49 86.74 -
YUV 139.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 191 94 242 0.21 0.61 0 0.05 279.32 0.85 0.66
Hex BF 5E F2 15 3D 0 5 117 55 42
Octal 277 136 362 25 75 0 5 427 125 102
Binary 10111111 1011110 11110010 10101 111101 0 101 100010111 1010101 1000010

Color Harmonies of #BF5EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EF2

Black with #BF5EF2

Text Example


Text Example

White with #BF5EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EF2; }

 p { color: rgb(191,94,242); }

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

background-color css

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

 a { background-color: rgb(191,94,242); }

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

border-color css

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

 span { border-color: rgb(191,94,242); }

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