Html Css Color HEX #BF5FF2 Medium Orchid

📋 copy color: '#BF5FF2'

red 191 ◦ green 95 ◦ blue 242

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

Shades of Medium Orchid #BF5FF2

Tints of Medium Orchid #BF5FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

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

R = 36.17%
G = 17.99%
B = 45.83%

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

#BF5FF2 (or 0xBF5FF2) is known color: Medium Orchid. HEX triplet: BF, 5F and F2. RGB value is (191,95,242). Sum of RGB (Red+Green+Blue) = 191+95+242=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF5FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FF2 is #40A00D. Grayscale: #8B8B8B. Windows color (decimal): -4235278 or 15884223. OLE color: 15884223.

HSL color Cylindrical-coordinate representation of color #BF5FF2: hue angle of 279.18º 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 #BF5FF2 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 95 242 -
CMYK 0.21 0.61 0 0.05
HSL 279.18º 0.85% 0.66% -
HSV(B) 279.18º 0.61% 0.95% -
XYZ 41.61 25.67 86.77 -
YUV 140.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 191 95 242 0.21 0.61 0 0.05 279.18 0.85 0.66
Hex BF 5F F2 15 3D 0 5 117 55 42
Octal 277 137 362 25 75 0 5 427 125 102
Binary 10111111 1011111 11110010 10101 111101 0 101 100010111 1010101 1000010

Color Harmonies of #BF5FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FF2

Black with #BF5FF2

Text Example


Text Example

White with #BF5FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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