Html Css Color HEX #BF5BF2 Medium Orchid

📋 copy color: '#BF5BF2'

red 191 ◦ green 91 ◦ blue 242

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

Shades of Medium Orchid #BF5BF2

Tints of Medium Orchid #BF5BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.37%

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

R = 36.45%
G = 17.37%
B = 46.18%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF5BF2 (or 0xBF5BF2) is known color: Medium Orchid. HEX triplet: BF, 5B and F2. RGB value is (191,91,242). Sum of RGB (Red+Green+Blue) = 191+91+242=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5BF2 is #40A40D. Grayscale: #898989. Windows color (decimal): -4236302 or 15883199. OLE color: 15883199.

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

Color convert

RGB 191 91 242 -
CMYK 0.21 0.62 0 0.05
HSL 279.74º 0.85% 0.65% -
HSV(B) 279.74º 0.62% 0.95% -
XYZ 41.25 24.97 86.65 -
YUV 138.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 191 91 242 0.21 0.62 0 0.05 279.74 0.85 0.65
Hex BF 5B F2 15 3E 0 5 118 55 41
Octal 277 133 362 25 76 0 5 430 125 101
Binary 10111111 1011011 11110010 10101 111110 0 101 100011000 1010101 1000001

Color Harmonies of #BF5BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BF2

Black with #BF5BF2

Text Example


Text Example

White with #BF5BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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