Html Css Color HEX #BF2BE9 Medium Orchid

📋 copy color: '#BF2BE9'

red 191 ◦ green 43 ◦ blue 233

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

Shades of Medium Orchid #BF2BE9

Tints of Medium Orchid #BF2BE9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.21%

 BLUE value IS 233 (91.41% from 255) = 49.89%

R = 40.9%
G = 9.21%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF2BE9 (or 0xBF2BE9) is known color: Medium Orchid. HEX triplet: BF, 2B and E9. RGB value is (191,43,233). Sum of RGB (Red+Green+Blue) = 191+43+233=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF2BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BE9 is #40D416. Grayscale: #6C6C6C. Windows color (decimal): -4248599 or 15281087. OLE color: 15281087.

HSL color Cylindrical-coordinate representation of color #BF2BE9: hue angle of 286.74º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2BE9 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 43 233 -
CMYK 0.18 0.82 0 0.09
HSL 286.74º 0.81% 0.54% -
HSV(B) 286.74º 0.82% 0.91% -
XYZ 37.06 18.69 78.74 -
YUV 108.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 191 43 233 0.18 0.82 0 0.09 286.74 0.81 0.54
Hex BF 2B E9 12 52 0 9 11F 51 36
Octal 277 53 351 22 122 0 11 437 121 66
Binary 10111111 101011 11101001 10010 1010010 0 1001 100011111 1010001 110110

Color Harmonies of #BF2BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BE9

Black with #BF2BE9

Text Example


Text Example

White with #BF2BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BE9; }

 p { color: rgb(191,43,233); }

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

background-color css

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

 a { background-color: rgb(191,43,233); }

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

border-color css

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

 span { border-color: rgb(191,43,233); }

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