Html Css Color HEX #BF2CE7 Medium Orchid

📋 copy color: '#BF2CE7'

red 191 ◦ green 44 ◦ blue 231

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

Shades of Medium Orchid #BF2CE7

Tints of Medium Orchid #BF2CE7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.44%

 BLUE value IS 231 (90.63% from 255) = 49.57%

R = 40.99%
G = 9.44%
B = 49.57%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF2CE7 (or 0xBF2CE7) is known color: Medium Orchid. HEX triplet: BF, 2C and E7. RGB value is (191,44,231). Sum of RGB (Red+Green+Blue) = 191+44+231=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF2CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CE7 is #40D318. Grayscale: #6C6C6C. Windows color (decimal): -4248345 or 15150271. OLE color: 15150271.

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

Color convert

RGB 191 44 231 -
CMYK 0.17 0.81 0 0.09
HSL 287.17º 0.8% 0.54% -
HSV(B) 287.17º 0.81% 0.91% -
XYZ 36.81 18.65 77.26 -
YUV 109.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 191 44 231 0.17 0.81 0 0.09 287.17 0.8 0.54
Hex BF 2C E7 11 51 0 9 11F 50 36
Octal 277 54 347 21 121 0 11 437 120 66
Binary 10111111 101100 11100111 10001 1010001 0 1001 100011111 1010000 110110

Color Harmonies of #BF2CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CE7

Black with #BF2CE7

Text Example


Text Example

White with #BF2CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CE7; }

 p { color: rgb(191,44,231); }

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

background-color css

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

 a { background-color: rgb(191,44,231); }

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

border-color css

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

 span { border-color: rgb(191,44,231); }

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