Html Css Color HEX #BF2CE8 Medium Orchid

📋 copy color: '#BF2CE8'

red 191 ◦ green 44 ◦ blue 232

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

Shades of Medium Orchid #BF2CE8

Tints of Medium Orchid #BF2CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 40.9%
G = 9.42%
B = 49.68%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF2CE8 (or 0xBF2CE8) is known color: Medium Orchid. HEX triplet: BF, 2C and E8. RGB value is (191,44,232). Sum of RGB (Red+Green+Blue) = 191+44+232=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF2CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CE8 is #40D317. Grayscale: #6C6C6C. Windows color (decimal): -4248344 or 15215807. OLE color: 15215807.

HSL color Cylindrical-coordinate representation of color #BF2CE8: hue angle of 286.91º 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 #BF2CE8 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 44 232 -
CMYK 0.18 0.81 0 0.09
HSL 286.91º 0.8% 0.54% -
HSV(B) 286.91º 0.81% 0.91% -
XYZ 36.95 18.7 78.01 -
YUV 109.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 191 44 232 0.18 0.81 0 0.09 286.91 0.8 0.54
Hex BF 2C E8 12 51 0 9 11F 50 36
Octal 277 54 350 22 121 0 11 437 120 66
Binary 10111111 101100 11101000 10010 1010001 0 1001 100011111 1010000 110110

Color Harmonies of #BF2CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CE8

Black with #BF2CE8

Text Example


Text Example

White with #BF2CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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